MCPcopy Create free account
hub / github.com/apache/nuttx / devzero_register

Function devzero_register

drivers/misc/dev_zero.c:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126 ****************************************************************************/
127
128void devzero_register(void)
129{
130 register_driver("/dev/zero", &g_devzero_fops, 0666, NULL);
131}

Callers 1

drivers_initializeFunction · 0.85

Calls 1

register_driverFunction · 0.85

Tested by

no test coverage detected