2 * Copyright (C) 2001, 2002 Jeff Dike (jdike@karaya.com)
3 * Licensed under the GPL
6 #ifndef __MCONSOLE_KERN_H__
7 #define __MCONSOLE_KERN_H__
9 #include "linux/config.h"
10 #include "linux/list.h"
13 struct mconsole_entry
{
14 struct list_head list
;
15 struct mc_request request
;
19 struct list_head list
;
21 int (*config
)(char *);
22 int (*get_config
)(char *, char *, int, char **);
23 int (*remove
)(char *);
26 #define CONFIG_CHUNK(str, size, current, chunk, end) \
28 current += strlen(chunk); \
33 str += strlen(chunk); \
39 #ifdef CONFIG_MCONSOLE
41 extern void mconsole_register_dev(struct mc_device
*new);
45 static inline void mconsole_register_dev(struct mc_device
*new)
54 * Overrides for Emacs so that we follow Linus's tabbing style.
55 * Emacs will notice this stuff at the end of the file and automatically
56 * adjust the settings for this buffer only. This must remain at the end
58 * ---------------------------------------------------------------------------
60 * c-file-style: "linux"