/*! 
 * \mainpage Linux kernel SPI API Driver Physical Layer
 *
 * \section intro Reference Guide
 * - \ref introduction		"Introduction"
 * - \ref disclaimer_copyright	"Disclaimer and Copyright"
 *
 * \subsection overview Overview
 * - \ref linux_host_arch 	"Host Environment Architecture"
 *
 * \subsection modules Modules
 * - \ref group__transport__layer		"Transport Layer API"
 * - \ref group__spi__generic	"Generic SPI driver implementation"
 * - \ref group__spi__host 		"SPI host controller interface"
 *
 * \subsection classes Data Structures
 * - \ref nanonet_create_param 	"nanonet_create_param Struct Reference"
 * - \ref spi_statistics_t	"spi_statistics_t Struct Reference"
 * - \ref spi_dev_t 		"spi_dev_t Struct Reference"
 * 
 * \subsection files File List
 * - \ref host.h 		"host.h"
 * - \ref nanonet.h 	"nanonet.h"
 * - \ref kspi.c 		"kspi.c"
 * - \ref lnx_spi_api.c	"lnx_spi_api.c"
 */

/*!
 * \page introduction		Introduction
 * \htmlinclude 		introduction.htm
 * \page disclaimer_copyright 	Disclaimer and copyright
 * \htmlinclude 		disclaimer_copyright.htm
 * \page linux_host_arch	Host Environment Architecture
 * \image html			linux_architecture.png
 * \htmlinclude 		linux_host_arch.htm
 * \page group__transport__layer		Transport Layer API
 * \page group__spi__generic	Generic SPI driver implementation
 * \page group__spi__host 	SPI host controller interface
 */
