Deleted Added
sdiff udiff text old ( 210312 ) new ( 228483 )
full compact
1/* $FreeBSD: head/sys/mips/cavium/usb/octusb.h 228483 2011-12-14 00:28:54Z hselasky $ */
2
3/*-
4 * Copyright (c) 2010 Hans Petter Selasky. All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions
8 * are met:
9 * 1. Redistributions of source code must retain the above copyright

--- 125 unchanged lines hidden (view full) ---

135 uint8_t sc_isreset; /* set if current port is reset */
136
137 uint8_t sc_hub_idata[1];
138};
139
140usb_bus_mem_cb_t octusb_iterate_hw_softc;
141usb_error_t octusb_init(struct octusb_softc *);
142usb_error_t octusb_uninit(struct octusb_softc *);
143void octusb_interrupt(struct octusb_softc *);
144
145#endif /* _OCTUSB_H_ */