diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2008-03-08 13:17:49 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2008-03-08 13:17:49 -0500 |
commit | ef5789eca9f378f4f451dc92153c3589f2d3a45a (patch) | |
tree | bc725968ca5e3b6b78a90b3fbd2b0dc7b68e68dc /src/smbios.h | |
parent | 47baa3c82ce3a97f27b79a1e7202cb358115fef9 (diff) | |
download | seabios-hppa-ef5789eca9f378f4f451dc92153c3589f2d3a45a.zip seabios-hppa-ef5789eca9f378f4f451dc92153c3589f2d3a45a.tar.gz seabios-hppa-ef5789eca9f378f4f451dc92153c3589f2d3a45a.tar.bz2 |
Revert "Commit missing files from last commit."
This reverts commit a75284dbd70acc7ec4a832045c8a2fbec2d773d8.
Diffstat (limited to 'src/smbios.h')
-rw-r--r-- | src/smbios.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/smbios.h b/src/smbios.h deleted file mode 100644 index 8b2f854..0000000 --- a/src/smbios.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * smbios.h - * SMBios/DMI tables generation for PC machine. - * - * Copyright (C) 2008 Nguyen Anh Quynh <aquynh@gmail.com> - * Copyright (C) 2002 MandrakeSoft S.A. - * - * This file may be distributed under the terms of the GNU GPLv3 license. - */ - -#ifndef __SMBIOS_H -#define __SMBIOS_H - -/* initialize smbios tables */ -void smbios_init(void); - -#endif /* __SMBIOS_H */ |