···1313#ifndef _XTENSA_BITOPS_H1414#define _XTENSA_BITOPS_H15151616-#ifdef __KERNEL__1717-1816#ifndef _LINUX_BITOPS_H1917#error only <linux/bitops.h> can be included directly2018#endif···229231#include <asm-generic/bitops/hweight.h>230232#include <asm-generic/bitops/lock.h>231233#include <asm-generic/bitops/sched.h>232232-233233-#endif /* __KERNEL__ */234234235235#endif /* _XTENSA_BITOPS_H */
···1111#ifndef _XTENSA_PCI_H1212#define _XTENSA_PCI_H13131414-#ifdef __KERNEL__1515-1614/* Can be used to override the logic in pci_scan_bus for skipping1715 * already-configured bus numbers - to be used for buggy BIOSes1816 * or architectures with incomplete PCI setup by the loader···4244#define HAVE_PCI_MMAP 14345#define ARCH_GENERIC_PCI_MMAP_RESOURCE 14446#define arch_can_pci_mmap_io() 14545-4646-#endif /* __KERNEL__ */47474848/* Generic PCI */4949#include <asm-generic/pci.h>