source: trunk/libs/newlib/src/newlib/libc/include/machine/types.h @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 231 bytes
Line 
1/*
2 * Newlib targets may provide an own version of this file in their machine
3 * directory to add custom user types for <sys/types.h>.
4 */
5#ifndef _SYS_TYPES_H
6#error "must be included via <sys/types.h>"
7#endif /* !_SYS_TYPES_H */
Note: See TracBrowser for help on using the repository browser.