repo.or.cz
/
zen-stable.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge tag 'v3.3.7' into 3.3/master
[zen-stable.git]
/
arch
/
um
/
kernel
/
gmon_syms.c
blob
e9bcf247bcee1ff323db3fdff6ee49b4465480c6
1
/*
2
* Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
3
* Licensed under the GPL
4
*/
5
6
#include
"linux/module.h"
7
8
extern
void
__bb_init_func
(
void
*)
__attribute__
((
weak
));
9
EXPORT_SYMBOL
(
__bb_init_func
);