xref: /netbsd-src/sys/modules/examples/ping/ping.h (revision 865c57e0098351fba0d2d2a97b33e7e0270e62c6)
1 #ifndef _PING_H_
2 #define _PING_H_
3 
4 #include <sys/ioccom.h>
5 
6 #define CMD_PING	_IO('p', 2)
7 
8 #endif /* _PING_H_ */
9