home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 15 / AACD15.ISO / AACD / System / MorphOS / Developer / emulexamples / library / skeleton / lib_inline.h next >
Encoding:
C/C++ Source or Header  |  2000-11-02  |  457 b   |  19 lines

  1. /* Automatically generated header! Do not edit! */
  2.  
  3. #ifndef _PPCINLINE_MYLIB_H
  4. #define _PPCINLINE_MYLIB_H
  5.  
  6. #ifndef __PPCINLINE_MACROS_H
  7. #include <ppcinline/macros.h>
  8. #endif /* !__PPCINLINE_MACROS_H */
  9.  
  10. #ifndef MYLIB_BASE_NAME
  11. #define MYLIB_BASE_NAME MyLibBase
  12. #endif /* !MYLIB_BASE_NAME */
  13.  
  14. #define PPCPrintString() \
  15.     LP0NR(0x1e, PPCPrintString, \
  16.     , MYLIB_BASE_NAME, IF_CACHEFLUSHALL, NULL, 0, IF_CACHEFLUSHALL, NULL, 0)
  17.  
  18. #endif /* !_PPCINLINE_MYLIB_H */
  19.