diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-10-18 15:23:28 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-10-18 15:23:28 +0000 |
commit | 31101c9201a536146ac70429e1bd73502ad24527 (patch) | |
tree | e834a9860cecc42a107317b546842eb109905789 /src/mainboard/olpc/btest/chip.h | |
parent | 0a3f60775baa549d559b9b89c4777efd43e0c81c (diff) |
add the btest mainboard
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2459 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/olpc/btest/chip.h')
-rw-r--r-- | src/mainboard/olpc/btest/chip.h | 5 |
1 files changed, 5 insertions, 0 deletions
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; +}; |