blob: 2a67a0b7a3f77fca9ba7bae51ede2f10a7688d6e [file] [log] [blame]
mohaimen.alsamarai@fii-na.corp-partner.google.com163226e2021-04-16 13:54:15 -05001/********************************************************************************
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 PCIEINFO_COMMAND "i2cget -y -a -f 26 0x76 0x01 i 2"
20
21enum fii_sys_cmds
22{
23 FII_CMD_SYS_PCIE_INFO = 0x03,
24};