Integer-Typen in ecrt.h.

This commit is contained in:
Florian Pose 2006-03-20 08:36:08 +00:00
parent 39c4b88d02
commit 374cda059d
1 changed files with 6 additions and 0 deletions

View File

@ -11,6 +11,12 @@
#include <asm/byteorder.h>
#ifdef __KERNEL__
#include <linux/types.h>
#else
#include <stdint.h>
#endif
/*****************************************************************************/
struct ec_master;