forked from adtools/libdebug
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexec_dbg_inline.h
More file actions
35 lines (27 loc) · 821 Bytes
/
exec_dbg_inline.h
File metadata and controls
35 lines (27 loc) · 821 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* Automatically generated header (sfdc 1.4)! Do not edit! */
#ifndef _INLINE_EXEC_DBG_H
#define _INLINE_EXEC_DBG_H
#ifndef _SFDC_VARARG_DEFINED
#define _SFDC_VARARG_DEFINED
#ifdef __HAVE_IPTR_ATTR__
typedef APTR _sfdc_vararg __attribute__((iptr));
#else
typedef ULONG _sfdc_vararg;
#endif /* __HAVE_IPTR_ATTR__ */
#endif /* _SFDC_VARARG_DEFINED */
#ifndef __INLINE_MACROS_H
#include <inline/macros.h>
#endif /* !__INLINE_MACROS_H */
#ifndef EXEC_DBG_BASE_NAME
#define EXEC_DBG_BASE_NAME SysBase
#endif /* !EXEC_DBG_BASE_NAME */
#define RawIOInit() \
LP0NR(0x1f8, RawIOInit ,\
, EXEC_DBG_BASE_NAME)
#define RawMayGetChar() \
LP0(0x1fe, BYTE, RawMayGetChar ,\
, EXEC_DBG_BASE_NAME)
#define RawPutChar(___c) \
LP1NR(0x204, RawPutChar , UBYTE, ___c, d0,\
, EXEC_DBG_BASE_NAME)
#endif /* !_INLINE_EXEC_DBG_H */