Home | History | Annotate | Line # | Download | only in include
ssc.h revision 1.1.78.1
      1  1.1.78.1    yamt /*	$NetBSD: ssc.h,v 1.1.78.1 2009/08/19 18:46:23 yamt Exp $	*/
      2  1.1.78.1    yamt 
      3  1.1.78.1    yamt #ifndef _SSC_H_
      4  1.1.78.1    yamt #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.1.78.1    yamt uint64_t ssc(uint64_t, uint64_t, uint64_t, uint64_t, int);
     21  1.1.78.1    yamt 
     22  1.1.78.1    yamt #endif	/* _SSC_H_ */
     23