Integer-Typen in ecrt.h.
This commit is contained in:
parent
39c4b88d02
commit
374cda059d
|
|
@ -11,6 +11,12 @@
|
|||
|
||||
#include <asm/byteorder.h>
|
||||
|
||||
#ifdef __KERNEL__
|
||||
#include <linux/types.h>
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
/*****************************************************************************/
|
||||
|
||||
struct ec_master;
|
||||
|
|
|
|||
Loading…
Reference in New Issue