00001 /* 00002 libbroadway - A general purpose library to control the Wii. 00003 General include 00004 00005 Copyright (C) 2009-2010 Alex Marshall <trap15@raidenii.net> 00006 00007 # This code is licensed to you under the terms of the GNU GPL, version 2; 00008 # see file COPYING or http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt 00009 */ 00010 00079 #ifndef __LIBBROADWAY_H__ 00080 #define __LIBBROADWAY_H__ 00081 00082 #include <types.h> 00083 00084 #include <broadway/bootmii_ppc.h> 00085 #include <broadway/hollywood.h> 00086 #include <broadway/irq.h> 00087 #include <broadway/ipc.h> 00088 #include <broadway/mini_ipc.h> 00089 #include <broadway/mi.h> 00090 #include <broadway/exi.h> 00091 #include <broadway/ai.h> 00092 #include <broadway/di.h> 00093 #include <broadway/paired.h> 00094 #include <broadway/dsp.h> 00095 #include <broadway/gpio.h> 00096 #include <console.h> 00097 #include <gecko.h> 00098 #include <input.h> 00099 #include <ipc_common.h> 00100 #include <lists.h> 00101 #include <sha1.h> 00102 #include <video_low.h> 00103 00108 #define ATTRIBUTE_ALIGN(n) __attribute__((aligned (n))) 00109 00110 #endif 00111
1.6.3