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

#ifndef _SYSLINUX_H_
#define _SYSLINUX_H_

extern int syslinux;		/* Syslinux flag */

int issyslinux(void);		/* Check if syslinux is running */

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

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

#endif