X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=16%2Fcawat%2Flib_head.h;fp=16%2Fcawat%2Flib_head.h;h=d77af4da7e69efd6b3d01c65cf52a4c97d7ffc11;hb=5b889622a45277ce2b6ac5870b02c02ff1068b1f;hp=90f69d1471a7504122c93e48aab620fd8264998b;hpb=232403017807bf116f933dec1ce816e6cbada38a;p=16.git diff --git a/16/cawat/lib_head.h b/16/cawat/lib_head.h index 90f69d14..d77af4da 100644 --- a/16/cawat/lib_head.h +++ b/16/cawat/lib_head.h @@ -1,38 +1,42 @@ -/* - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 - * - * This file is part of Project 16. - * - * Project 16 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 3 of the License, or - * (at your option) any later version. - * - * Project 16 is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program. If not, see , or - * write to the Free Software Foundation, Inc., 51 Franklin Street, - * Fifth Floor, Boston, MA 02110-1301 USA. - * - */ +/* + * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * + * This file is part of Project 16. + * + * Project 16 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 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ /* * Just some handy typedefs that make it easier to think about the low * level code - */ - -#ifndef _LIB_HEAD_H_ -#define _LIB_HEAD_H_ - -#include -#include -//#include "" -//#include "" -//#include "ID_CA.H" -//#include "AUDIOARM.H" + */ + +#ifndef _LIB_HEAD_H_ +#define _LIB_HEAD_H_ +#include +#include +#include +//#include "" +//#include "" +//#include "ID_CA.H" +//#include "AUDIOARM.H" #include "types.h" - -#endif/*_LIB_HEAD_H_*/ + +#ifndef REGS +struct REGS CPURegs; +#endif + +#endif/*_LIB_HEAD_H_*/