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

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

#endif
table symbolChristoph Hellwig 2022-10-04vfio/mdev: embedd struct mdev_parent in the parent data structureChristoph Hellwig 2022-07-22s390/docs: fix warnings for vfio_ap driver docAlexander Gordeev 2022-07-19s390/vfio-ap: update docs to include dynamic config supportTony Krowiak 2021-06-21vfio/mdev: Remove CONFIG_VFIO_MDEV_DEVICEJason Gunthorpe 2020-07-13Documentation: s390/vfio-ap: eliminate duplicated wordRandy Dunlap