[dev] Add netif class API.

This commit is contained in:
Corey Tabaka
2013-07-15 23:02:12 -07:00
parent 7ed31e411a
commit 98bce07fb5
3 changed files with 165 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ MODULE_SRCS += \
$(LOCAL_DIR)/class/spi_api.c \
$(LOCAL_DIR)/class/uart_api.c \
$(LOCAL_DIR)/class/fb_api.c \
$(LOCAL_DIR)/class/netif_api.c \
include make/module.mk