From 31101c9201a536146ac70429e1bd73502ad24527 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 18 Oct 2006 15:23:28 +0000 Subject: add the btest mainboard git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/olpc/btest/chip.h | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/mainboard/olpc/btest/chip.h (limited to 'src/mainboard/olpc/btest/chip.h') diff --git a/src/mainboard/olpc/btest/chip.h b/src/mainboard/olpc/btest/chip.h new file mode 100644 index 0000000000..615ed8d2ac --- /dev/null +++ b/src/mainboard/olpc/btest/chip.h @@ -0,0 +1,5 @@ +extern struct chip_operations mainboard_olpc_btest_ops; + +struct mainboard_olpc_btest_config { + int nothing; +}; -- cgit v1.2.3