david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/include/gpxe/login_ui.h
2009-02-17 12:02:16 +00:00

13 lines
145 B
C

#ifndef _GPXE_LOGIN_UI_H
#define _GPXE_LOGIN_UI_H
/** @file
*
* Login UI
*
*/
extern int login_ui ( void );
#endif /* _GPXE_LOGIN_UI_H */