spibus_lpc17xx.h 335 B

12345678910111213141516171819202122
  1. #ifndef _DEV_SPIBUS_LPC17XX_H_
  2. #define _DEV_SPIBUS_LPC17XX_H_
  3. /*
  4. * Copyright (C) 2013 Simon Budig <simon@budig.de>
  5. *
  6. * placed in the public domain
  7. */
  8. /*!
  9. * \file dev/spibus_lpc17xx.h
  10. * \brief LPC17xx specific SPI bus
  11. *
  12. * \verbatim
  13. * $Id:
  14. * \endverbatim
  15. */
  16. #include <dev/spibus.h>
  17. extern NUTSPIBUS spiBus0Lpc17xx;
  18. #endif