File: moprc.h

package info (click to toggle)
latd 1.25
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,244 kB
  • ctags: 955
  • sloc: cpp: 8,466; sh: 879; makefile: 86
file content (10 lines) | stat: -rw-r--r-- 299 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10


/* MOPRC commands, the ones we use anyway */
#define MOPRC_CMD_RESERVE      0x0D
#define MOPRC_CMD_RELEASE      0x0F
#define MOPRC_CMD_REQUESTID    0x05
#define MOPRC_CMD_BOOT         0x06
#define MOPRC_CMD_SYSTEMID     0x07
#define MOPRC_CMD_COMMANDPOLL  0x11
#define MOPRC_CMD_RESPONSE     0x13