Commit missing files from last commit.
[seabios.git] / src / smbios.h
1 /*
2  * smbios.h
3  * SMBios/DMI tables generation for PC machine.
4  * 
5  * Copyright (C) 2008  Nguyen Anh Quynh <aquynh@gmail.com>
6  * Copyright (C) 2002  MandrakeSoft S.A.
7  * 
8  * This file may be distributed under the terms of the GNU GPLv3 license.
9  */
10
11 #ifndef __SMBIOS_H 
12 #define __SMBIOS_H
13
14 /* initialize smbios tables */
15 void smbios_init(void);
16
17 #endif /* __SMBIOS_H */