xref: /haiku/src/system/libroot/posix/glibc/include/device-nrs.h (revision 1deede7388b04dbeec5af85cae7164735ea9e70d)
1 #ifndef _DEVICE_NRS_H_
2 #define _DEVICE_NRS_H_
3 
4 // ToDo: do something nice here, perhaps reusing the new stat->st_type field
5 #define DEV_TTY_P(stat) (0)
6 
7 #endif	/* _DEVICE_NRS_H_ */
8