Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / southbridge / ricoh / rl5c476 / rl5c476.h
index c2da0de17fed2583b2082fa019e8a9fa1b7fb8d5..576578bb65ecdd62b30293432cc205dab096c396 100644 (file)
@@ -1,11 +1,12 @@
 /*
- * (C) Copyright 2004 Nick Barker <nick.barker9@btinternet.com>
+ * This file is part of the coreboot project.
  *
+ * Copyright (C) 2004 Nick Barker <nick.barker9@btinternet.com>
  *
- * 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.
+ * 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.
  *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston,
- * MA 02111-1307 USA
+ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
  /* rl5c476 routines and defines*/
 
 
-typedef unsigned char u8;
+#include <stdint.h>
 
 
 /* the 16 bit control structure for ricoh cardbus bridge */
@@ -93,5 +93,5 @@ typedef struct pc16reg  {
        u8 smpga0;
 } __attribute__ ((packed)) pc16reg_t;
 
-       
+