summaryrefslogtreecommitdiff
path: root/sys/arch/ia64/include/ssc.h
blob: eaad651fc8cbd7dbc68ce31ead87ec6d718e6b74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*	$NetBSD: ssc.h,v 1.2 2009/07/20 04:41:37 kiyohara Exp $	*/

#ifndef _SSC_H_
#define _SSC_H_

#define SSC_CONSOLE_INIT		20
#define SSC_GETCHAR			21
#define SSC_PUTCHAR			31
#define SSC_OPEN			50
#define SSC_CLOSE			51
#define SSC_READ			52
#define SSC_WRITE			53
#define SSC_GET_COMPLETION		54
#define SSC_WAIT_COMPLETION		55
#define SSC_GET_RTC			65
#define SSC_EXIT			66
#define SSC_LOAD_SYMBOLS		69
#define	SSC_SAL_SET_VECTORS		120

uint64_t ssc(uint64_t, uint64_t, uint64_t, uint64_t, int);

#endif	/* _SSC_H_ */