]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
pci.h: allow inclusion in assembly source
authorPaul Burton <paul.burton@imgtec.com>
Fri, 8 Nov 2013 11:18:47 +0000 (11:18 +0000)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 9 Nov 2013 16:21:01 +0000 (17:21 +0100)
commitfa5cec032180a997b82b52f0b6075aa548a953cd
tree765be3faa3556942b5a5876996e62053151a8a8f
parent62715a2c57c01630af8198ed108874def5a99cf7
pci.h: allow inclusion in assembly source

This patch simply #ifdef's out the C-specific parts of pci.h when it is
included by an assembly file. This will allow the macros it contains to
be used from assembly source as will be done in a followup commit adding
support for more modern MIPS Malta boards.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
include/pci.h