2008-02-05 14:31:14 +08:00
|
|
|
/*
|
|
|
|
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
|
2005-04-17 06:20:36 +08:00
|
|
|
* Licensed under the GPL
|
|
|
|
*/
|
|
|
|
|
2012-10-08 10:27:32 +08:00
|
|
|
#include <linux/module.h>
|
2005-04-17 06:20:36 +08:00
|
|
|
|
2006-09-27 16:50:36 +08:00
|
|
|
extern void __bb_init_func(void *) __attribute__((weak));
|
2005-04-17 06:20:36 +08:00
|
|
|
EXPORT_SYMBOL(__bb_init_func);
|