repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
soc/amd/stoneyridge: remove LIDS field from global NVS
[coreboot.git]
/
payloads
/
libpayload
/
curses
/
pdcurses-backend
/
lppdc.h
blob
56330a9336082391564997025ece46145ca04954
1
#include <libpayload-config.h>
2
#include <curses.h>
3
#include <curspriv.h>
4
5
extern
int
curses_flags
;
6
extern
unsigned char
*
pdc_atrtab
;
7
extern
short
curstoreal
[
16
],
realtocurs
[
16
];
8
9
#define F_ENABLE_CONSOLE 1
10
#define F_ENABLE_SERIAL 2