Thanks to Myles' patch adding support for include statements,
[coreboot.git] / src / mainboard / iei / nova4899r / chip.h
index 78ec822826c91857504cff36b03e7203c17cb0d4..4092860b959446043cdc0e195c5edf4c278c6b86 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of the LinuxBIOS project.
+ * This file is part of the coreboot project.
  *
  * Copyright (C) 2007 Luis Correia <luis.f.correia@gmail.com>
  *
@@ -18,8 +18,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
  */
 
-extern struct chip_operations mainboard_iei_nova4899r_ops;
+extern struct chip_operations mainboard_ops;
 
-struct mainboard_iei_nova4899r_config {
+struct mainboard_config {
        int nothing;
 };