]> git.proxmox.com Git - mirror_edk2.git/blame - StdLib/Include/Ipf/machine/ssc.h
SourceLevelDebugPkg: Removing ipf from edk2.
[mirror_edk2.git] / StdLib / Include / Ipf / machine / ssc.h
CommitLineData
2aa62f2b 1/* $NetBSD: ssc.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */\r
2\r
3#define SSC_CONSOLE_INIT 20\r
4#define SSC_GETCHAR 21\r
5#define SSC_PUTCHAR 31\r
6#define SSC_OPEN 50\r
7#define SSC_CLOSE 51\r
8#define SSC_READ 52\r
9#define SSC_WRITE 53\r
10#define SSC_GET_COMPLETION 54\r
11#define SSC_WAIT_COMPLETION 55\r
12#define SSC_GET_RTC 65\r
13#define SSC_EXIT 66\r
14#define SSC_LOAD_SYMBOLS 69\r
15#define SSC_SAL_SET_VECTORS 120\r
16\r
17u_int64_t\r
18ssc(u_int64_t in0, u_int64_t in1, u_int64_t in2, u_int64_t in3, int which);\r