Moved utility.library-related tests into their own subdir.
[AROS.git] / rom / usb / shellapps / PowManTool.h
blobc5ccd181cf817c353455d1578550f9d0db499a8b
1 #ifndef POWMANTOOL_H
2 #define POWMANTOOL_H
4 struct NepClassUPS
6 struct Node nch_Node; /* Node linkage */
7 struct PsdDevice *nch_Device; /* Up linkage */
8 struct PsdConfig *nch_Config; /* Up linkage */
9 struct PsdPipe *nch_EP0Pipe; /* Endpoint 0 pipe */
10 struct Hook nch_ReleaseHook; /* Hook for release function */
11 struct Task *nch_Task; /* this task */
12 struct MsgPort *nch_TaskMsgPort; /* io message port */
13 UBYTE nch_Buf[64]; /* sending buffer */
14 UBYTE nch_Reply[64]; /* receiving buffer */
17 #endif /* POWMANTOOL_H */