Home | History | Annotate | Line # | Download | only in include
      1  1.2  kiyohara /*	$NetBSD: ssc.h,v 1.2 2009/07/20 04:41:37 kiyohara Exp $	*/
      2  1.2  kiyohara 
      3  1.2  kiyohara #ifndef _SSC_H_
      4  1.2  kiyohara #define _SSC_H_
      5  1.1    cherry 
      6  1.1    cherry #define SSC_CONSOLE_INIT		20
      7  1.1    cherry #define SSC_GETCHAR			21
      8  1.1    cherry #define SSC_PUTCHAR			31
      9  1.1    cherry #define SSC_OPEN			50
     10  1.1    cherry #define SSC_CLOSE			51
     11  1.1    cherry #define SSC_READ			52
     12  1.1    cherry #define SSC_WRITE			53
     13  1.1    cherry #define SSC_GET_COMPLETION		54
     14  1.1    cherry #define SSC_WAIT_COMPLETION		55
     15  1.1    cherry #define SSC_GET_RTC			65
     16  1.1    cherry #define SSC_EXIT			66
     17  1.1    cherry #define SSC_LOAD_SYMBOLS		69
     18  1.1    cherry #define	SSC_SAL_SET_VECTORS		120
     19  1.1    cherry 
     20  1.2  kiyohara uint64_t ssc(uint64_t, uint64_t, uint64_t, uint64_t, int);
     21  1.2  kiyohara 
     22  1.2  kiyohara #endif	/* _SSC_H_ */
     23