00001 /* @(#)10 1.1 src/include/pos/nvram.h, apicode, ptux1.2.0, 20 1/13/00 18:45:30 */ 00002 00003 /********************************************************************/ 00004 /* <nvram.h> header file */ 00005 /* */ 00006 /* Licensed Materials - Property of IBM */ 00007 /* */ 00008 /* IBM Point of Sale Subsystem */ 00009 /* 73G0950 (C) Copyright IBM Corporation 1992, 1998 */ 00010 /* All rights reserved */ 00011 /* */ 00012 /* US Government Users Restricted Rights - */ 00013 /* Use, duplication, or disclosure restricted */ 00014 /* by GSA ADP Schedule Contract with IBM Corp. */ 00015 /* */ 00016 /********************************************************************/ 00017 00018 #ifndef _H_POS_NVRAM 00019 #define _H_POS_NVRAM 1 00020 00021 /***************************/ 00022 /* PosNvram resource names */ 00023 /***************************/ 00024 00025 #define PosNnvramCursor "nvramCursor" 00026 #define PosNnvramMode "nvramMode" 00027 #define PosNnvramSize "nvramSize" 00028 #define PosNuSBVitalProductData "uSBVitalProductData" 00029 00030 00031 /*****************************/ 00032 /* PosNvram resource classes */ 00033 /*****************************/ 00034 00035 #define PosCNvramCursor "NvramCursor" 00036 #define PosCNvramMode "NvramMode" 00037 #define PosCNvramSize "NvramSize" 00038 #define PosCUSBVitalProductData "USBVitalProductData" 00039 00040 00041 /******************/ 00042 /* PosMODE values */ 00043 /******************/ 00044 00045 #ifndef PosMODE_DIRECT 00046 #define PosMODE_DIRECT 0x00 00047 #endif 00048 #define PosMODE_SEQUENTIAL 0x01 00049 00050 00051 #endif /* _H_POS_NVRAM */