gmon_syms.c 224 B

12345678910
  1. /*
  2. * Copyright (C) 2001 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
  3. * Licensed under the GPL
  4. */
  5. #include "linux/module.h"
  6. extern void __bb_init_func(void *) __attribute__((weak));
  7. EXPORT_SYMBOL(__bb_init_func);