2 * Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
6 #include "linux/init.h"
7 #include "mconsole_kern.h"
11 extern int gdb_config(char *str);
12 extern int gdb_remove(int n);
14 static struct mc_device gdb_mc = {
22 mconsole_register_dev(&gdb_mc);
26 __initcall(gdb_mc_init);
31 * Overrides for Emacs so that we follow Linus's tabbing style.
32 * Emacs will notice this stuff at the end of the file and automatically
33 * adjust the settings for this buffer only. This must remain at the end
35 * ---------------------------------------------------------------------------
37 * c-file-style: "linux"