repo.or.cz
/
gpxe.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[contrib] Allow Network Protocol header to display in rom-o-matic
[gpxe.git]
/
src
/
include
/
gpxe
/
login_ui.h
blob
4196f7b15051433d545342ba8eb9998ed730cd56
1
#ifndef _GPXE_LOGIN_UI_H
2
#define _GPXE_LOGIN_UI_H
3
4
/** @file
5
*
6
* Login UI
7
*
8
*/
9
10
FILE_LICENCE
(
GPL2_OR_LATER
);
11
12
extern
int
login_ui
(
void
);
13
14
#endif
/* _GPXE_LOGIN_UI_H */