1 /* Automatically generated header! Do not edit! */
    2 
    3 #ifndef _PPCINLINE_DISK_H
    4 #define _PPCINLINE_DISK_H
    5 
    6 #ifndef __PPCINLINE_MACROS_H
    7 #include <ppcinline/macros.h>
    8 #endif /* !__PPCINLINE_MACROS_H */
    9 
   10 #ifndef DISK_BASE_NAME
   11 #define DISK_BASE_NAME DiskBase
   12 #endif /* !DISK_BASE_NAME */
   13 
   14 #define FreeUnit(__p0) \
   15 	LP1NR(12, FreeUnit, \
   16 		LONG , __p0, d0, \
   17 		, DISK_BASE_NAME, 0, 0, 0, 0, 0, 0)
   18 
   19 #define GiveUnit() \
   20 	LP0NR(24, GiveUnit, \
   21 		, DISK_BASE_NAME, 0, 0, 0, 0, 0, 0)
   22 
   23 #define GetUnitID(__p0) \
   24 	LP1(30, LONG , GetUnitID, \
   25 		LONG , __p0, d0, \
   26 		, DISK_BASE_NAME, 0, 0, 0, 0, 0, 0)
   27 
   28 #define GetUnit(__p0) \
   29 	LP1(18, struct DiscResourceUnit *, GetUnit, \
   30 		struct DiscResourceUnit *, __p0, a1, \
   31 		, DISK_BASE_NAME, 0, 0, 0, 0, 0, 0)
   32 
   33 #define ReadUnitID(__p0) \
   34 	LP1(36, LONG , ReadUnitID, \
   35 		LONG , __p0, d0, \
   36 		, DISK_BASE_NAME, 0, 0, 0, 0, 0, 0)
   37 
   38 #define AllocUnit(__p0) \
   39 	LP1(6, BOOL , AllocUnit, \
   40 		LONG , __p0, d0, \
   41 		, DISK_BASE_NAME, 0, 0, 0, 0, 0, 0)
   42 
   43 #endif /* !_PPCINLINE_DISK_H */