home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / SA_Examples / nonvolatile / NV.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-08-31  |  154 b   |  11 lines

  1.  
  2. #ifndef NV_TEST_PROGS_H
  3. #define NV_TEST_PROGS_H
  4.  
  5.  
  6. #define DEFAULT_APP_NAME   "NVTest"
  7. #define DEFAULT_ITEM_NAME  "Test01"
  8.  
  9. #endif /* NV_TEST_PROGS_H */
  10.  
  11.