home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 1.2 / amidev_cd_12.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.