xref: /third_party/libabigail/tests/data/test-symtab/kernel-4.14/single_function.c (revision e01aa904)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/libabigail/tests/data/test-symtab/kernel-4.14/
1#include <linux/module.h>
2
3void exported_function(void) {}
4EXPORT_SYMBOL(exported_function);
5
6void local_function(void) {}
7int local_variable = 2;
8

Indexes created Thu Nov 07 10:32:03 CST 2024