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

Function loop_register

drivers/loop/loop.c:169–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167 ****************************************************************************/
168
169void loop_register(void)
170{
171 register_driver("/dev/loop", &g_loop_fops, 0666, NULL);
172}
173
174#endif /* CONFIG_DEV_LOOP */

Callers 1

drivers_initializeFunction · 0.85

Calls 1

register_driverFunction · 0.85

Tested by

no test coverage detected