Changes in uspace/drv/usbhub/usblist.h [281ebae:e080332] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhub/usblist.h
r281ebae re080332 27 27 */ 28 28 29 /** @addtogroup drvusbhub 29 30 #ifndef USBLIST_H 31 #define USBLIST_H 32 /** @addtogroup usb hub driver 30 33 * @{ 31 34 */ … … 37 40 * much simpler and more straight-forward semantics. 38 41 */ 39 #ifndef USBLIST_H40 #define USBLIST_H41 42 42 43 /** … … 77 78 } 78 79 79 #endif /* USBLIST_H */ 80 80 81 /** 81 82 * @} 82 83 */ 84 85 86 87 #endif /* USBLIST_H */ 88
Note:
See TracChangeset
for help on using the changeset viewer.