Expand PMF_FN_* macros.
[netbsd-mini2440.git] / sys / arch / ia64 / include / ssc.h
bloba21c69c43e1f23e8182dae67beeaa9e8a7d0ddfd
1 /* $NetBSD: ssc.h,v 1.1 2006/04/07 14:21:18 cherry Exp $ */
3 #ifndef _SSC_H_
4 #define _SSC_H_
6 #define SSC_CONSOLE_INIT 20
7 #define SSC_GETCHAR 21
8 #define SSC_PUTCHAR 31
9 #define SSC_OPEN 50
10 #define SSC_CLOSE 51
11 #define SSC_READ 52
12 #define SSC_WRITE 53
13 #define SSC_GET_COMPLETION 54
14 #define SSC_WAIT_COMPLETION 55
15 #define SSC_GET_RTC 65
16 #define SSC_EXIT 66
17 #define SSC_LOAD_SYMBOLS 69
18 #define SSC_SAL_SET_VECTORS 120
20 uint64_t ssc(uint64_t, uint64_t, uint64_t, uint64_t, int);
22 #endif /* _SSC_H_ */