artiq-zynq/src/include/machine/types.h

8 lines
231 B
C
Raw Normal View History

2020-06-30 17:10:45 +08:00
/*
* Newlib targets may provide an own version of this file in their machine
* directory to add custom user types for <sys/types.h>.
*/
#ifndef _SYS_TYPES_H
#error "must be included via <sys/types.h>"
#endif /* !_SYS_TYPES_H */