mirror of
https://github.com/drasko/codezero.git
synced 2026-03-29 16:29:04 +02:00
Basic codezero support for clcd device capability added.
1. We are not making a new clcd service container, as we dont want to keep separate container for each device, ultimately we will have one container managing all devices. 2. CLCD driver needs to be added.
This commit is contained in:
5
conts/libdev/clcd/pl110/clcd.h
Normal file
5
conts/libdev/clcd/pl110/clcd.h
Normal file
@@ -0,0 +1,5 @@
|
||||
|
||||
#ifndef __CLCD_H__
|
||||
#define __CLCD_H__
|
||||
|
||||
#endif /* __CLCD_H__ */
|
||||
Reference in New Issue
Block a user