Changeset 432a269 in mainline for uspace/srv/hid/fb/port/kfb.h
- Timestamp:
- 2011-09-16T21:13:57Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3a11f17
- Parents:
- c0e53ff (diff), fd07e526 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/port/kfb.h
rc0e53ff r432a269 1 1 /* 2 * Copyright (c) 20 11 Vojtech Horky2 * Copyright (c) 2006 Ondrej Palkovsky 3 3 * All rights reserved. 4 4 * … … 26 26 * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 27 27 */ 28 /** @addtogroup drvusbohci 28 29 /** @addtogroup fb 30 * @ingroup fbs 29 31 * @{ 30 32 */ 31 33 /** @file 32 * Common OHCI definitions.33 34 */ 34 #ifndef DRV_OHCI_IFACE_H35 #define DRV_OHCI_IFACE_H36 35 37 #include <usbhc_iface.h> 36 #ifndef FB_PORT_KFB_H_ 37 #define FB_PORT_KFB_H_ 38 38 39 extern usbhc_iface_t hc_iface;39 extern int kfb_init(void); 40 40 41 41 #endif 42 /** 43 42 43 /** @} 44 44 */ 45
Note:
See TracChangeset
for help on using the changeset viewer.