mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 21:11:03 +03:00
9 lines
103 B
C
9 lines
103 B
C
|
|
#ifndef CMDLINE_H
|
||
|
|
#define CMDLINE_H
|
||
|
|
|
||
|
|
/* Command line external functions */
|
||
|
|
|
||
|
|
void cmdl_start();
|
||
|
|
|
||
|
|
#endif
|