| 12345678910111213141516171819202122 |
- #ifndef _DEV_SPIBUS_LPC17XX_H_
- #define _DEV_SPIBUS_LPC17XX_H_
- /*
- * Copyright (C) 2013 Simon Budig <simon@budig.de>
- *
- * placed in the public domain
- */
- /*!
- * \file dev/spibus_lpc17xx.h
- * \brief LPC17xx specific SPI bus
- *
- * \verbatim
- * $Id:
- * \endverbatim
- */
- #include <dev/spibus.h>
- extern NUTSPIBUS spiBus0Lpc17xx;
- #endif
|