Fix include in endian.h
This commit is contained in:
parent
c38a0cbf41
commit
f98500001c
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
#ifndef ENDIAN_KERNEL_H
|
#ifndef ENDIAN_KERNEL_H
|
||||||
#define ENDIAN_KERNEL_H
|
#define ENDIAN_KERNEL_H
|
||||||
|
|
||||||
#include <types.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
/** Swap byte order of 16-bit value */
|
/** Swap byte order of 16-bit value */
|
||||||
static inline u16 swap16(u16 x) {
|
static inline u16 swap16(u16 x) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue