Searched refs:crash_shutdown_t (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dkexec.h47 typedef void (*crash_shutdown_t)(void); typedef
79 extern int crash_shutdown_register(crash_shutdown_t handler);
80 extern int crash_shutdown_unregister(crash_shutdown_t handler);
98 static inline int crash_shutdown_register(crash_shutdown_t handler)
103 static inline int crash_shutdown_unregister(crash_shutdown_t handler)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcrash.c53 static crash_shutdown_t crash_shutdown_handles[CRASH_HANDLER_MAX+1];
316 int crash_shutdown_register(crash_shutdown_t handler)
340 int crash_shutdown_unregister(crash_shutdown_t handler)

Completed in 30 milliseconds