hextwelve.h
00001
00002
00003
00004
00005
00006
00007
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