package embox.device

module common {
	option number device_name_len=16
	option number max_dev_module_count=8

	@IncludeExport(path="drivers")
	source "device.h"

	source "device.c"

	depends embox.fs.driver.devfs /* devfs_notify_new_module() */
	depends embox.compat.libc.str
	@NoRuntime depends embox.lib.libds
}

//NoCode (only header for compilation)
module pin_description {
	@IncludeExport(path="drivers")
	source "pin_description.h"
}
