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