diff options
| author | hpa <hpa> | 2004-11-30 22:09:56 +0000 |
|---|---|---|
| committer | hpa <hpa> | 2004-11-30 22:09:56 +0000 |
| commit | 7a8f0a4ab860f2ad0aa8255120d5d55942327d08 (patch) | |
| tree | 50c64a5add7501f8a8738789a6f14a5c9a5f5737 /com32/include/dev.h | |
| parent | 65c7485dfdcbebe57194d8432439125a8c7ed797 (diff) | |
| download | syslinux-2.12-pre2.tar.gz | |
Actually working ANSI device; add demosyslinux-2.12-pre2
Diffstat (limited to 'com32/include/dev.h')
| -rw-r--r-- | com32/include/dev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/com32/include/dev.h b/com32/include/dev.h index a8cea76c..a5afbaf1 100644 --- a/com32/include/dev.h +++ b/com32/include/dev.h @@ -44,9 +44,12 @@ struct output_dev; __extern int opendev(const struct input_dev *, const struct output_dev *, int); /* Common generic devices */ + +/* Null device */ extern const struct input_dev dev_null_r; extern const struct output_dev dev_null_w; +/* Error device */ extern const struct input_dev dev_error_r; extern const struct output_dev dev_error_w; |
