]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/ksz8851snl/ksz8851snl.h
Update version number in readiness for V10.3.0 release. Sync SVN with reviewed releas...
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-TCP / portable / NetworkInterface / ksz8851snl / ksz8851snl.h
diff --git a/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/ksz8851snl/ksz8851snl.h b/FreeRTOS-Plus/Source/FreeRTOS-Plus-TCP/portable/NetworkInterface/ksz8851snl/ksz8851snl.h
deleted file mode 100644 (file)
index 7952dc2..0000000
+++ /dev/null
@@ -1,67 +0,0 @@
-/**\r
- *\r
- * \file\r
- *\r
- * \brief KS8851SNL driver for SAM.\r
- *\r
- * Copyright (c) 2013-2015 Atmel Corporation. All rights reserved.\r
- *\r
- * \asf_license_start\r
- *\r
- * \page License\r
- *\r
- * Redistribution and use in source and binary forms, with or without\r
- * modification, are permitted provided that the following conditions are met:\r
- *\r
- * 1. Redistributions of source code must retain the above copyright notice,\r
- *    this list of conditions and the following disclaimer.\r
- *\r
- * 2. Redistributions in binary form must reproduce the above copyright notice,\r
- *    this list of conditions and the following disclaimer in the documentation\r
- *    and/or other materials provided with the distribution.\r
- *\r
- * 3. The name of Atmel may not be used to endorse or promote products derived\r
- *    from this software without specific prior written permission.\r
- *\r
- * 4. This software may only be redistributed and used in connection with an\r
- *    Atmel microcontroller product.\r
- *\r
- * THIS SOFTWARE IS PROVIDED BY ATMEL "AS IS" AND ANY EXPRESS OR IMPLIED\r
- * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT ARE\r
- * EXPRESSLY AND SPECIFICALLY DISCLAIMED. IN NO EVENT SHALL ATMEL BE LIABLE FOR\r
- * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\r
- * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS\r
- * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)\r
- * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,\r
- * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN\r
- * ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE\r
- * POSSIBILITY OF SUCH DAMAGE.\r
- *\r
- * \asf_license_stop\r
- *\r
- */\r
-/*\r
- * Support and FAQ: visit <a href="http://www.atmel.com/design-support/">Atmel Support</a>\r
- */\r
-\r
-#ifndef KSZ8851SNL_H_INCLUDED\r
-#define KSZ8851SNL_H_INCLUDED\r
-\r
-#include "gpio.h"\r
-\r
-void configure_intn(void (*p_handler) (uint32_t, uint32_t));\r
-void ksz8851_reg_setbits(uint16_t reg, uint16_t bits_to_set);\r
-void ksz8851_reg_clrbits(uint16_t reg, uint16_t bits_to_clr);\r
-void ksz8851_fifo_read(uint8_t *buf, uint32_t len);\r
-void ksz8851_fifo_write(uint8_t *buf, uint32_t ulActualLength, uint32_t ulFIFOLength);\r
-void ksz8851_fifo_dummy(uint32_t len);\r
-void ksz8851_reg_write(uint16_t reg, uint16_t wrdata);\r
-uint16_t ksz8851_reg_read(uint16_t reg);\r
-uint32_t ksz8851snl_init(void);\r
-uint32_t ksz8851snl_reinit(void);\r
-\r
-uint32_t ksz8851snl_reset_rx( void );\r
-uint32_t ksz8851snl_reset_tx( void );\r
-\r
-#endif /* KSZ8851SNL_H_INCLUDED */\r