summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/login_ui.h
blob: 07b1dd49e227f65d385f4f244f4badb1ab182f2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _IPXE_LOGIN_UI_H
#define _IPXE_LOGIN_UI_H

/** @file
 *
 * Login UI
 *
 */

FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );

extern int login_ui ( int nouser );

#endif /* _IPXE_LOGIN_UI_H */