Fix include in endian.h

This commit is contained in:
Imbus 2025-09-02 04:29:05 +02:00
parent c38a0cbf41
commit f98500001c

View file

@ -1,7 +1,7 @@
#ifndef ENDIAN_KERNEL_H
#define ENDIAN_KERNEL_H
#include <types.h>
#include <stdint.h>
/** Swap byte order of 16-bit value */
static inline u16 swap16(u16 x) {