riscv: Include missing header file

This commit is contained in:
Sebastian Huber
2022-06-24 13:12:08 +02:00
parent ba56e23999
commit 39c09b3b3d

View File

@@ -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 ;