MCPcopy Create free account
hub / github.com/F-Stack/f-stack / nexus_bind_intr

Function nexus_bind_intr

freebsd/arm/arm/nexus.c:334–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

332
333#ifdef SMP
334static int
335nexus_bind_intr(device_t dev, device_t child, struct resource *irq, int cpu)
336{
337
338 return (intr_bind_irq(child, irq, cpu));
339}
340#endif
341
342static int

Callers

nothing calls this directly

Calls 1

intr_bind_irqFunction · 0.85

Tested by

no test coverage detected