@@ -3,7 +3,7 @@
|
||||
* Provided under the BSD-3 clause
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/* From cpu/locore.S */
|
||||
extern void md_cpu_lgdt(void *gdtr);
|
||||
|
||||
12
src/sdk/include/sys/types.h
Normal file
12
src/sdk/include/sys/types.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/*
|
||||
* Copyright (c) 2026, Mirocom Laboratories
|
||||
* Provided under the BSD-3 clause
|
||||
*/
|
||||
|
||||
#ifndef _SYS_TYPES_H_
|
||||
#define _SYS_TYPES_H_ 1
|
||||
|
||||
#define _M1X_SOURCE
|
||||
#include <stdint.h>
|
||||
|
||||
#endif /* !_SYS_TYPES_H_ */
|
||||
Reference in New Issue
Block a user