summaryrefslogtreecommitdiff
path: root/tools/lib/lockdep/uinclude/linux/export.h
blob: 6bdf3492c535b62ceba690dd8b0b7ab1e0e31f05 (plain)
1
2
3
4
5
6
7
#ifndef _LIBLOCKDEP_LINUX_EXPORT_H_
#define _LIBLOCKDEP_LINUX_EXPORT_H_

#define EXPORT_SYMBOL(sym)
#define EXPORT_SYMBOL_GPL(sym)

#endif