Home
last modified time | relevance | path

Searched defs:_IO (Results 1 – 2 of 2) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm-generic/
H A Dioctl.h79 #define _IO(type,nr) _IOC(_IOC_NONE,(type),(nr),0) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/asm/
H A Dioctl.h71 #define _IO(type, nr) _IOC(_IOC_NONE, (type), (nr), 0) macro