ceplugin 0.6.0

Rust bindings to the Cheat Engine plugin SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * pci.h
 *
 *  Created on: Jun 8, 2009
 *      Author: erich
 */

#ifndef PCI_H_
#define PCI_H_

DWORD pciConfigReadDWord (unsigned short bus, unsigned short slot, unsigned short func, unsigned short offset);
WORD pciConfigReadWord (unsigned short bus, unsigned short slot, unsigned short func, unsigned short offset);

void pciConfigEnumPci(void);

#endif /* PCI_H_ */