summaryrefslogtreecommitdiff
path: root/menu/syslinux.h
blob: 550c10a93f78594a2852b967441eb4d58abe812e (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef _SYSLINUX_H_
#define _SYSLINUX_H_

char issyslinux(); // Check if syslinux is running

void runcommand(char *cmd); // Run specified command

void gototxtmode(); // Change mode to text mode

#endif