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
cpu/x86/smm/pci_resource_store: Store DEV/VEN ID
[coreboot2.git]
/
src
/
superio
/
smsc
/
lpc47n207
/
lpc47n207.h
blob
a733a39521a97cd5748dd5795b95e31d75560670
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
3
#ifndef SUPERIO_SMSC_LPC47N207_H
4
#define SUPERIO_SMSC_LPC47N207_H
5
6
void
try_enabling_LPC47N207_uart
(
void
);
7
8
#endif
/* SUPERIO_SMSC_LPC47N207_H */