#include <config.h>
#include <tm.h>
Include dependency graph for program.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
struct | program_t |
Defines | |
#define | PROG_MAX 8 |
maximum number of programs. More... | |
Enumerations | |
enum | packet_cmd_t { CMDacknowledge, CMDdelete, CMDcreate, CMDoffsets, CMDdata, CMDrun, CMDirmode, CMDsethost, CMDlast } |
Functions | |
void | program_stop (int flag) |
stop program. More... | |
int | program_valid (unsigned nr) |
check if a given program is valid. More... | |
void | program_init () |
initialize program support. More... | |
void | program_shutdown () |
shutdown program support. More... | |
Variables | |
volatile unsigned | cprog |
the current program. More... |
Definition in file program.h.
|
maximum number of programs.
|
|
For internal use only.
|
|
initialize program support.
Referenced by kmain(). |
|
shutdown program support.
Referenced by kmain(). |
|
stop program.
|
|
check if a given program is valid.
|
|
the current program.
|
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2002 by the authors. |