mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 21:06:58 +08:00
STM3240G-EVAL: Add kernel build mode support and an NxWM kernel mode configuration
This commit is contained in:
@@ -76,7 +76,11 @@
|
||||
|
||||
/* Windows ******************************************************************/
|
||||
|
||||
/* This structure represents one window. */
|
||||
/* This structure represents one window. This is the "base" form of the
|
||||
* opaque types NXWINDOW and NXTKWINDOW. Any Window implementatin must
|
||||
* be described with a structure that is at least cast-compatible with
|
||||
* struct nxbe_window_s.
|
||||
*/
|
||||
|
||||
struct nxbe_state_s;
|
||||
struct nxfe_conn_s;
|
||||
|
||||
Reference in New Issue
Block a user