hextwelve.h

00001 /*
00002         libhextwelve -- a USB library for the BootMii platform
00003 
00004 Copyright (C) 2009      Alex Marshall <SquidMan72@gmail.com>
00005 
00006 # This code is licensed to you under the terms of the GNU GPL, version 2;
00007 # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
00008 */
00009 
00010 #ifndef _HEXTWELVE_H_
00011 #define _HEXTWELVE_H_
00012 
00013 #include <types.h>
00014 #include <broadway.h>
00015 
00016 #include <hextwelve/core/core.h>
00017 #include <hextwelve/core/usb.h>
00018 #include <hextwelve/drivers/class/hid.h>
00019 #include <hextwelve/drivers/class/hub.h>
00020 #include <hextwelve/drivers/class/storage.h>
00021 #include <hextwelve/drivers/mon/mon.h>
00022 #include <hextwelve/host/host.h>
00023 #include <hextwelve/host/ohci.h>
00024 #include <hextwelve/lib/list.h>
00025 #include <hextwelve/usbspec/usb11spec.h>
00026 
00027 int hextwelve_init();
00028 int hextwelve_quit();
00029 
00030 #endif /* _HEXTWELVE_H_ */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines
Generated by  doxygen 1.6.3