equal
deleted
inserted
replaced
14 * Description: Defines CardPktDrv class |
14 * Description: Defines CardPktDrv class |
15 * |
15 * |
16 */ |
16 */ |
17 |
17 |
18 /* |
18 /* |
19 * %version: 9 % |
19 * %version: 10 % |
20 */ |
20 */ |
21 |
21 |
22 #ifndef __CARDDRV_H__ |
22 #ifndef __CARDDRV_H__ |
23 #define __CARDDRV_H__ |
23 #define __CARDDRV_H__ |
24 |
24 |
137 CSender* iSender; |
137 CSender* iSender; |
138 /** */ |
138 /** */ |
139 CReceiver* iReceiver; |
139 CReceiver* iReceiver; |
140 /** */ |
140 /** */ |
141 RPcmNetCardIf iCard; |
141 RPcmNetCardIf iCard; |
142 |
|
143 /** */ |
|
144 RFrameXferBlockProtocolStack* iFrameXferBlock; |
|
145 |
142 |
146 }; |
143 }; |
147 |
144 |
148 #endif // __CARDDRV_H__ |
145 #endif // __CARDDRV_H__ |