mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-12 10:59:18 +08:00
riscv: Include missing header file
This commit is contained in:
@@ -7,6 +7,8 @@
|
||||
#ifndef _LIBCPU_BYTEORDER_H
|
||||
#define _LIBCPU_BYTEORDER_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
static inline void st_le32(volatile uint32_t *addr, uint32_t value)
|
||||
{
|
||||
*(addr)=value ;
|
||||
|
||||
Reference in New Issue
Block a user