]> Git Repo - linux.git/blob - arch/um/kernel/gmon_syms.c
Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw...
[linux.git] / arch / um / kernel / gmon_syms.c
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);
This page took 0.035056 seconds and 4 git commands to generate.