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