| * Copyright (C) 2002 Jeff Dike (jdike@karaya.com) |
| #include "linux/config.h" |
| #include "mconsole_kern.h" |
| extern int gdb_config(char *str); |
| extern int gdb_remove(char *unused); |
| static struct mc_device gdb_mc = { |
| mconsole_register_dev(&gdb_mc); |
| * Overrides for Emacs so that we follow Linus's tabbing style. |
| * Emacs will notice this stuff at the end of the file and automatically |
| * adjust the settings for this buffer only. This must remain at the end |
| * --------------------------------------------------------------------------- |