[MIPS] VPE: Sprinkle device model code into code to make udev happier.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:
Ralf Baechle 2007-02-07 13:48:59 +00:00
parent 66efc5a7e3
commit 27a3bbaf4b
3 changed files with 43 additions and 1 deletions

View file

@ -12,4 +12,7 @@ extern unsigned long mt_fpemul_threshold;
extern void mips_mt_regdump(unsigned long previous_mvpcontrol_value);
extern void mips_mt_set_cpuoptions(void);
struct class;
extern struct class *mt_class;
#endif /* __ASM_MIPS_MT_H */