summaryrefslogtreecommitdiffstats
path: root/libc/kernel/common/linux/pci.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2013-01-30 10:33:52 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2013-01-30 10:33:52 -0800
commit0243962d2089dc57e2488b23e6d33e2a012e2aa5 (patch)
treeaaf92c6e4c5388e979e14bada458ee6033545d79 /libc/kernel/common/linux/pci.h
parent8dfe0daf6fab138ffccfcbc37d84ac83940aa36e (diff)
parent9d43c079875ebd2540daccb180e9d6d0fa06061d (diff)
downloadbionic-0243962d2089dc57e2488b23e6d33e2a012e2aa5.zip
bionic-0243962d2089dc57e2488b23e6d33e2a012e2aa5.tar.gz
bionic-0243962d2089dc57e2488b23e6d33e2a012e2aa5.tar.bz2
am 9d43c079: am 4e882503: am a990cf5b: Merge "Clean up trailing whitespace in the kernel headers."
# Via Android Git Automerger (2) and others * commit '9d43c079875ebd2540daccb180e9d6d0fa06061d': Clean up trailing whitespace in the kernel headers.
Diffstat (limited to 'libc/kernel/common/linux/pci.h')
-rw-r--r--libc/kernel/common/linux/pci.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libc/kernel/common/linux/pci.h b/libc/kernel/common/linux/pci.h
index cecaf07..48487a8 100644
--- a/libc/kernel/common/linux/pci.h
+++ b/libc/kernel/common/linux/pci.h
@@ -26,9 +26,9 @@
#define PCI_FUNC(devfn) ((devfn) & 0x07)
#define PCIIOC_BASE ('P' << 24 | 'C' << 16 | 'I' << 8)
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
-#define PCIIOC_CONTROLLER (PCIIOC_BASE | 0x00)
-#define PCIIOC_MMAP_IS_IO (PCIIOC_BASE | 0x01)
-#define PCIIOC_MMAP_IS_MEM (PCIIOC_BASE | 0x02)
-#define PCIIOC_WRITE_COMBINE (PCIIOC_BASE | 0x03)
+#define PCIIOC_CONTROLLER (PCIIOC_BASE | 0x00)
+#define PCIIOC_MMAP_IS_IO (PCIIOC_BASE | 0x01)
+#define PCIIOC_MMAP_IS_MEM (PCIIOC_BASE | 0x02)
+#define PCIIOC_WRITE_COMBINE (PCIIOC_BASE | 0x03)
/* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */
#endif