diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2011-07-26 04:13:00 +0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-07-26 07:57:14 +0400 |
commit | a0e44d4a7a3935afe425ec8dd1a5b63895e1f9c3 (patch) | |
tree | ef31b7fe165d9777e93beacb191adbef280c21b6 /include/linux/kernel.h | |
parent | ae891a1b93bf62e9aaa116a7a71312375047fc9f (diff) | |
download | linux-a0e44d4a7a3935afe425ec8dd1a5b63895e1f9c3.tar.xz |
include/linux/ioport.h: new helper to define common struct resource constructs
Resource definitions that just define start, end and flags =
IORESOURCE_MEM or IORESOURCE_IRQ (with start=end) are quite common. So
introduce a shortcut for them. For completeness add macros for
IORESOURCE_DMA and IORESOURCE_IO, too and also make available a set of
macros to specify named resources of all types which are less common.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/kernel.h')
0 files changed, 0 insertions, 0 deletions