diff options
author | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:01:28 +0000 |
---|---|---|
committer | Ronald G. Minnich <rminnich@gmail.com> | 2003-09-25 17:01:28 +0000 |
commit | 2b664dd0a0ba1c8d234642d52bd03fbb2b1f9e50 (patch) | |
tree | eb2b5b55e38416f7d39c60128425b3017f041c6a /src/northbridge/via/vt8601/raminit.h | |
parent | c22465fc49e89dfb343471770325128333edd60e (diff) |
first cut at 8601 support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1131 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/via/vt8601/raminit.h')
-rw-r--r-- | src/northbridge/via/vt8601/raminit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/northbridge/via/vt8601/raminit.h b/src/northbridge/via/vt8601/raminit.h new file mode 100644 index 0000000000..4d3cdc16ce --- /dev/null +++ b/src/northbridge/via/vt8601/raminit.h @@ -0,0 +1,4 @@ +#ifndef RAMINIT_H +#define RAMINIT_H + +#endif /* RAMINIT_H */ |