diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2006-09-19 17:37:32 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2006-09-19 17:37:32 +0000 |
commit | 5f23b6cd7d97a25aecaa29adb5dcb39afa296af6 (patch) | |
tree | 472213f437b2a14933925216590194096c5bb264 /src/mainboard/digitallogic/msm800sev/chip.h | |
parent | a341ee2646bed2d7f50c4b42f44acf18962f04fa (diff) |
add the msm800srv ; put the usb in the right place.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2426 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/digitallogic/msm800sev/chip.h')
-rw-r--r-- | src/mainboard/digitallogic/msm800sev/chip.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/digitallogic/msm800sev/chip.h b/src/mainboard/digitallogic/msm800sev/chip.h new file mode 100644 index 0000000000..908ea93bef --- /dev/null +++ b/src/mainboard/digitallogic/msm800sev/chip.h @@ -0,0 +1,5 @@ +extern struct chip_operations mainboard_digitallogic_msm800sev_ops; + +struct mainboard_digitallogic_msm800sev_config { + int nothing; +}; |