summaryrefslogtreecommitdiff
path: root/openpcd/firmware/include/sys/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'openpcd/firmware/include/sys/types.h')
-rw-r--r--openpcd/firmware/include/sys/types.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/openpcd/firmware/include/sys/types.h b/openpcd/firmware/include/sys/types.h
deleted file mode 100644
index f17ffe5..0000000
--- a/openpcd/firmware/include/sys/types.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#ifndef _TYPES_H
-#define _TYPES_H
-
-typedef unsigned char u_int8_t;
-typedef unsigned short u_int16_t;
-typedef unsigned int u_int32_t;
-typedef unsigned long long u_int64_t;
-
-typedef signed char int8_t;
-typedef signed short int16_t;
-typedef signed int int32_t;
-typedef signed long long int64_t;
-
-#endif
personal git repositories of Harald Welte. Your mileage may vary