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

13 lines
145 B
C
Raw Normal View History

2009-02-17 13:01:47 +01:00
#ifndef _GPXE_LOGIN_UI_H
#define _GPXE_LOGIN_UI_H
/** @file
*
* Login UI
*
*/
extern int login_ui ( void );
#endif /* _GPXE_LOGIN_UI_H */