arm_integrator_debug.h 519 B

12345678910111213141516171819
  1. /*
  2. * ARM Integrator Board Debug, switch and LED section
  3. *
  4. * Browse the data sheet:
  5. *
  6. * https://developer.arm.com/documentation/dui0159/b/peripherals-and-interfaces/debug-leds-and-dip-switch-interface
  7. *
  8. * Copyright (c) 2013 Alex Bennée <alex@bennee.com>
  9. *
  10. * This work is licensed under the terms of the GNU GPL, version 2 or later.
  11. * See the COPYING file in the top-level directory.
  12. */
  13. #ifndef ARM_INTEGRATOR_DEBUG_H
  14. #define ARM_INTEGRATOR_DEBUG_H
  15. #define TYPE_INTEGRATOR_DEBUG "integrator_debug"
  16. #endif