summaryrefslogtreecommitdiff
path: root/com32/include/dev.h
Commit message (Collapse)AuthorAgeFilesLines
* Add openmem() function to read from memory as if it were a fileH. Peter Anvin2009-07-091-0/+1
| | | | | | | | Reading from memory as if it were a file is pretty easy... we just treat it as a really big block buffer and tell the file layer that we already closed the underlying handle. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Run Nindent on com32/include/dev.hH. Peter Anvin2009-05-291-2/+2
| | | | | | | | | Automatically reformat com32/include/dev.h using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Update copyright yearH. Peter Anvin2008-01-101-1/+1
|
* Remove CVS-era $Id$ tags.H. Peter Anvin2006-08-171-1/+0
|
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-4/+3
|
* Actually working ANSI device; add demosyslinux-2.12-pre2hpa2004-11-301-0/+3
|
* Split input and output sides of the device modelhpa2004-11-231-0/+54