Changeset 1433ecda in mainline for uspace/drv/bus/usb/ohci/hw_struct
- Timestamp:
- 2018-04-04T15:42:37Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c4e1cc
- Parents:
- 47b2d7e3
- File:
-
- 1 edited
-
uspace/drv/bus/usb/ohci/hw_struct/hcca.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/bus/usb/ohci/hw_struct/hcca.h
r47b2d7e3 r1433ecda 69 69 * @return Usable HCCA memory structure. 70 70 */ 71 static inline hcca_t * hcca_get(void)71 static inline hcca_t *hcca_get(void) 72 72 { 73 73 hcca_t *hcca = memalign(sizeof(hcca_t), sizeof(hcca_t));
Note:
See TracChangeset
for help on using the changeset viewer.
