7 lines
134 B
C
7 lines
134 B
C
#ifndef EPOLL_PORT_DATA_H_
|
|
#define EPOLL_PORT_DATA_H_
|
|
|
|
typedef struct _ep_port_data _ep_port_data_t;
|
|
|
|
#endif /* EPOLL_PORT_DATA_H_ */
|