add printer_device_t

This commit is contained in:
Chris PeBenito 2005-05-10 13:59:10 +00:00
parent 465a5e11dc
commit 46be1f32ca
1 changed files with 4 additions and 0 deletions

View File

@ -124,6 +124,10 @@ type power_device_t, device_node;
filesystem_associate(power_device_t)
filesystem_tmpfs_associate(power_device_t)
type printer_device_t, device_node;
filesystem_associate(printer_device_t)
filesystem_tmpfs_associate(printer_device_t)
#
# Type for sound devices and mixers
#