Added framebuffer interface

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1298 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2008-11-23 15:53:51 +00:00
parent 55bdcc37ab
commit bc0eb7f31e
5 changed files with 667 additions and 3 deletions
+1 -1
View File
@@ -580,4 +580,4 @@
second argument of the standard listen() API. Hooks are provided to support poll()/select()
waiting for connections, with a subsequent call to accept() to use the backlogged connection.
* Fixed a minor bug in accept(). It should allow the address and addresslen values to be NULL
* Added first-cut definition for a framebuffer interface