Home | History | Annotate | Line # | Download | only in ping_block
ping.h revision 1.1.6.2
      1  1.1.6.2  martin #ifndef _PING_H_
      2  1.1.6.2  martin #define _PING_H_
      3  1.1.6.2  martin 
      4  1.1.6.2  martin #include <sys/ioccom.h>
      5  1.1.6.2  martin 
      6  1.1.6.2  martin #define CMD_PING	_IO('p', 2)
      7  1.1.6.2  martin 
      8  1.1.6.2  martin #endif /* _PING_H_ */
      9