[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Device driver registration
- Date: Mon, 22 Oct 2007 09:41:19 +1000
- From: chrisj at rtems.org (Chris Johns)
- Subject: Device driver registration
hwulf at et-inf.fho-emden.de wrote:
>
> when registering my own RTEMS device driver, do I have to create the
> file name for my device before the call to rtems_io_register_name() or
> does RTEMS create that file automatically for me when calling
> rtems_io_register_name() ?
>
The 'rtems_io_register_name()' will create the file system node for you. It
will be a character device type node.
Regards
Chris