repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/smbios: Improve Type9
[coreboot2.git]
/
src
/
include
/
main_decl.h
blob
4198d64516adb3e9b74ea8341131a8ef25610e11
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef _MAIN_DECL_H_
4
#define _MAIN_DECL_H_
5
6
void
main
(
void
);
7
8
#endif