pci.h 208 B

123456789101112
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * This header provides constants for PCI bindings.
  4. */
  5. #ifndef _DT_BINDINGS_PCI_H
  6. #define _DT_BINDINGS_PCI_H
  7. #define PCI_MODE_RC 1
  8. #define PCI_MODE_EP 2
  9. #endif