aboutsummaryrefslogtreecommitdiff
path: root/mfd/builtin.def
blob: ab678354b935aca90090b142abbd266b6d8341af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
MF_BEGIN_OUTPUT

struct builtin_module {
	char *name;
	void (*init)(void);
	unsigned long mask;
};

MF_DEFINES

#ifdef DEFINE_BUILTIN_MODULE
MF_BUILTIN_DECLS
MF_BUILTIN_MODULES
#endif

Return to:

Send suggestions and report system problems to the System administrator.