From: <he...@us...> - 2004-10-19 22:49:51
|
Update of /cvsroot/gc-linux/linux/include/linux In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17258/include/linux Modified Files: exi.h Log Message: Centralized most of the EXI low level code in a common place. Moved out tmbinc EXI code to its own file (which contains copy/pasted code). Index: exi.h =================================================================== RCS file: /cvsroot/gc-linux/linux/include/linux/exi.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- exi.h 24 May 2004 01:16:24 -0000 1.5 +++ exi.h 19 Oct 2004 22:49:41 -0000 1.6 @@ -1,12 +1,24 @@ -#ifndef __EXI_H -#define __EXI_H - /* * include/linux/exi.h + * + * Nintendo GameCube EXpansion Interface definitions + * Copyright (C) 2004 Arthur Othieno <a.o...@bl...> + * Copyright (C) 2004 The GameCube Linux Team + * + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License + * as published by the Free Software Foundation; either version 2 + * of the License, or (at your option) any later version. + * */ +#ifndef __EXI_H +#define __EXI_H #include <linux/device.h> +/* while the real framework gets finished, we'll use the lite version */ +#include <../drivers/exi/gcn-exi-lite.h> + struct exi_dev { unsigned long id; |