| Mohaimen Alsamarai | 35c1ac4 | 2021-04-20 13:16:42 -0500 | [diff] [blame^] | 1 | /******************************************************************************** | 
 | 2 | *                       HON HAI Precision IND.Co., LTD.                         * | 
 | 3 | *            Personal Computer & Enterprise Product Business Group              * | 
 | 4 | *                      Enterprise Product Business Group                        * | 
 | 5 | *                                                                               * | 
 | 6 | *     Copyright (c) 2010 by FOXCONN/CESBG/CABG/SRD. All rights reserved.        * | 
 | 7 | *     All data and information contained in this document is confidential       * | 
 | 8 | *     and proprietary information of FOXCONN/CESBG/CABG/SRD and all rights      * | 
 | 9 | *     are reserved. By accepting this material the recipient agrees that        * | 
 | 10 | *     the information contained therein is held in confidence and in trust      * | 
 | 11 | *     and will not be used, copied, reproduced in whole or in part, nor its     * | 
 | 12 | *     contents revealed in any manner to others without the express written     * | 
 | 13 | *     permission of FOXCONN/CESBG/CABG/SRD.                                     * | 
 | 14 | *                                                                               * | 
 | 15 | ********************************************************************************/ | 
 | 16 |  | 
 | 17 | #pragma once | 
 | 18 |  | 
 | 19 | #define BOOT_COUNT_FILE "/etc/conf/bios.cnt" | 
 | 20 |  | 
 | 21 | enum fii_bios_cmds | 
 | 22 | { | 
 | 23 |     FII_CMD_BIOS_BOOT_COUNT = 0x71, | 
 | 24 | }; | 
 | 25 |  | 
 | 26 | #define FII_CMD_BIOS_BOOT_COUNT_LEN 5 |