diff options
author | Maximilian Schander <maxschander@googlemail.com> | 2017-10-28 18:33:07 +0200 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-11-03 23:58:08 +0000 |
commit | df5b83fe2bd5752ed895fccd40c665a22525dfaf (patch) | |
tree | ab8fa9bbf4e10adb27bcae40f74ea0554f13eedd /util/intelmetool/intelmetool.h | |
parent | 181231164529203baf9fde2b82f6994f4d2c1abc (diff) | |
download | coreboot-df5b83fe2bd5752ed895fccd40c665a22525dfaf.tar.xz |
intelmetool: Do small cosmetic changes
Refining some of the code indentations and cosmetics to
build upon and import some in-review changes.
Change-Id: I0038a146bd899f150518c4832258a42792abaabb
Signed-off-by: Maximilian Schander <maxschander@googlemail.com>
Reviewed-on: https://review.coreboot.org/22216
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Diffstat (limited to 'util/intelmetool/intelmetool.h')
-rw-r--r-- | util/intelmetool/intelmetool.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/intelmetool/intelmetool.h b/util/intelmetool/intelmetool.h index a8d04678bb..b5fe35ae1a 100644 --- a/util/intelmetool/intelmetool.h +++ b/util/intelmetool/intelmetool.h @@ -50,6 +50,8 @@ extern int debug; +#define PCI_VENDOR_ID_INTEL 0x8086 + // Definitely has ME and can be disabled #define PCI_DEVICE_ID_INTEL_ICH8ME 0x2811 #define PCI_DEVICE_ID_INTEL_ICH9ME 0x2917 |