Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
169
void loop_register(void)
170
{
171
register_driver(
"/dev/loop"
, &g_loop_fops, 0666, NULL);
172
}
173
174
#endif /* CONFIG_DEV_LOOP */
Callers
1
drivers_initialize
Function · 0.85
Calls
1
register_driver
Function · 0.85
Tested by
no test coverage detected