[dev] Add basic framebuffer device class.

This commit is contained in:
Corey Tabaka
2013-05-27 16:31:33 -07:00
parent 561c6c2df6
commit de8c78df50
3 changed files with 128 additions and 0 deletions

View File

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