add printer_device_t
This commit is contained in:
parent
465a5e11dc
commit
46be1f32ca
|
@ -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
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue