]> git.kernelconcepts.de Git - karo-tx-redboot.git/blobdiff - packages/net/bsd_tcpip/v2_0/include/sys/bsdtypes.h
unified MX27, MX25, MX37 trees
[karo-tx-redboot.git] / packages / net / bsd_tcpip / v2_0 / include / sys / bsdtypes.h
index 6b9ac4b840e5eac333bdcfe94d42e3907fe0de58..5786d0e715b95a1e22bfa9268e8b728b9f183b90 100644 (file)
 #undef uint8_t
 #undef uint16_t
 #undef uint32_t
+#undef int8_t
+#undef int16_t
+#undef int32_t
+
 typedef        __signed char              int8_t;
 typedef        unsigned char            u_int8_t;
 typedef        unsigned char             uint8_t;