Searched defs:gdbstub_proto (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/frv/include/asm/
H A Dgdb-stub.h119 #define gdbstub_proto(FMT,...) gdbstub_printk(FMT,##__VA_ARGS__) macro
121 #define gdbstub_proto(FMT,...) ({ 0; }) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dgdb-stub.h164 #define gdbstub_proto(FMT, ...) gdbstub_printk(FMT, ##__VA_ARGS__) macro
166 #define gdbstub_proto(FMT, ...) no_printk(FMT, ##__VA_ARGS__) macro

Completed in 53 milliseconds