Add iob_copyin()

This commit is contained in:
Gregory Nutt
2014-06-03 14:28:16 -06:00
parent c01af8bc14
commit d10c3923a2
5 changed files with 178 additions and 4 deletions
+5
View File
@@ -47,6 +47,11 @@
* Pre-processor Definitions
****************************************************************************/
/* IOB flags */
#define IOBFLAGS_MCAST (1 << 0) /* Multicast packet */
#define IOBFLAGS_VLANTAG (1 << 0) /* VLAN tag is value */
/****************************************************************************
* Public Types
****************************************************************************/