diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-08-09 19:57:57 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-08-10 21:48:46 +0000 |
commit | 58132cc202bd83333cf2006b840b516d3cd85c8b (patch) | |
tree | f041be4447ee3d27d7946e30978c83c9b693e4a0 /src/include/device/resource.h | |
parent | 695a3ac76995019a452d2bc1e8664a066bbeb2b2 (diff) |
include/device/resource: drop unused IORESOURCE_* definitions
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I435557f636a227e2d8c6c413a4d928e58a471dec
Reviewed-on: https://review.coreboot.org/c/coreboot/+/77111
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/include/device/resource.h')
-rw-r--r-- | src/include/device/resource.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/include/device/resource.h b/src/include/device/resource.h index 3afdf6a07d..189ff9ada7 100644 --- a/src/include/device/resource.h +++ b/src/include/device/resource.h @@ -19,9 +19,6 @@ #define IORESOURCE_PREFETCH 0x00001000 /* No side effects */ #define IORESOURCE_READONLY 0x00002000 #define IORESOURCE_CACHEABLE 0x00004000 -#define IORESOURCE_RANGELENGTH 0x00008000 -#define IORESOURCE_SHADOWABLE 0x00010000 -#define IORESOURCE_BUS_HAS_VGA 0x00020000 /* This resource filters all of the unclaimed transactions to the bus below. */ #define IORESOURCE_SUBTRACTIVE 0x00040000 /* The IO resource has a bus below it. */ |