From 5d69896c8728d02b7c25f13192b3266b792312e1 Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 20 Apr 2006 21:31:47 +0000 Subject: add cs5536 git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2265 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/southbridge/amd/cs5536/chip.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/southbridge/amd/cs5536/chip.h (limited to 'src/southbridge/amd/cs5536/chip.h') diff --git a/src/southbridge/amd/cs5536/chip.h b/src/southbridge/amd/cs5536/chip.h new file mode 100644 index 0000000000..3e9be9938e --- /dev/null +++ b/src/southbridge/amd/cs5536/chip.h @@ -0,0 +1,10 @@ +#ifndef _SOUTHBRIDGE_AMD_CS5536 +#define _SOUTHBRIDGE_AMD_CS5536 + +extern struct chip_operations southbridge_amd_cs5536_ops; + +struct southbridge_amd_cs5536_config { + int none; +}; + +#endif /* _SOUTHBRIDGE_AMD_CS5536 */ -- cgit v1.2.3