1 #ifndef _INTERFACE_RX_H 2 #define _INTERFACE_RX_H 3 4 BOOLEAN InterfaceRx(PS_INTERFACE_ADAPTER Adapter); 5 6 #endif 7 8