blob: e263c9294852bf6c23e7093f5402a2481a465c31 [file] [log] [blame]
Willy Tu40553242022-11-14 09:27:39 -08001// clang-format off
Mohaimen Alsamarai35c1ac42021-04-20 13:16:42 -05002/********************************************************************************
3* HON HAI Precision IND.Co., LTD. *
4* Personal Computer & Enterprise Product Business Group *
5* Enterprise Product Business Group *
6* *
7* Copyright (c) 2010 by FOXCONN/CESBG/CABG/SRD. All rights reserved. *
8* All data and information contained in this document is confidential *
9* and proprietary information of FOXCONN/CESBG/CABG/SRD and all rights *
10* are reserved. By accepting this material the recipient agrees that *
11* the information contained therein is held in confidence and in trust *
12* and will not be used, copied, reproduced in whole or in part, nor its *
13* contents revealed in any manner to others without the express written *
14* permission of FOXCONN/CESBG/CABG/SRD. *
15* *
16********************************************************************************/
Willy Tu40553242022-11-14 09:27:39 -080017// clang-format on
Mohaimen Alsamarai35c1ac42021-04-20 13:16:42 -050018#pragma once
19
20#define PCIEINFO_COMMAND "i2cget -y -a -f 26 0x76 0x01 i 2"
21
22enum fii_sys_cmds
23{
24 FII_CMD_SYS_PCIE_INFO = 0x03,
25};