mirror of
https://github.com/ipxe/ipxe
synced 2025-12-22 13:00:39 +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
|