summaryrefslogtreecommitdiff
path: root/tools/include/linux/export.h
blob: 9f61349a8944e100cf6fafe6d6a17c7792c7e0b7 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _TOOLS_LINUX_EXPORT_H_
#define _TOOLS_LINUX_EXPORT_H_

#define EXPORT_SYMBOL(sym)
#define EXPORT_SYMBOL_GPL(sym)
#define EXPORT_UNUSED_SYMBOL(sym)
#define EXPORT_UNUSED_SYMBOL_GPL(sym)

#endif