libww libww
WWitch compatibility library for the Wonderful toolchain
Loading...
Searching...
No Matches
indirect.h File Reference
#include <sys/types.h>
#include <sys/filesys.h>
#include <wonderful.h>

Go to the source code of this file.

Data Structures

struct  ILinfo
struct  IL
struct  IlibIL
struct  _ProcIL
struct  _FsIL

Macros

#define IL_FUNCTION   __attribute__((cdecl)) far
#define ilinfo_get_className(info)
#define ilinfo_get_name(info)
#define ilinfo_get_version(info)
#define ilinfo_get_description(info)

Typedefs

typedef struct _ProcIL ProcIL
typedef struct _FsIL FsIL

Macro Definition Documentation

◆ IL_FUNCTION

#define IL_FUNCTION   __attribute__((cdecl)) far

Definition at line 8 of file indirect.h.

◆ ilinfo_get_className

#define ilinfo_get_className ( info)
Value:
MK_FP(FP_SEG((info)), FP_OFF((info)->className))

Definition at line 18 of file indirect.h.

◆ ilinfo_get_description

#define ilinfo_get_description ( info)
Value:
MK_FP(FP_SEG((info)), FP_OFF((info)->description))

Definition at line 21 of file indirect.h.

◆ ilinfo_get_name

#define ilinfo_get_name ( info)
Value:
MK_FP(FP_SEG((info)), FP_OFF((info)->name))

Definition at line 19 of file indirect.h.

◆ ilinfo_get_version

#define ilinfo_get_version ( info)
Value:
MK_FP(FP_SEG((info)), FP_OFF((info)->version))

Definition at line 20 of file indirect.h.

Typedef Documentation

◆ FsIL

typedef struct _FsIL FsIL

◆ ProcIL

typedef struct _ProcIL ProcIL