You've already forked kernel-lamu
mirror of
https://github.com/fuckyoumoto/kernel-lamu.git
synced 2026-04-02 12:39:48 -07:00
8 lines
129 B
C
8 lines
129 B
C
#ifndef _TOOLS_LINUX_EXPORT_H_
|
|
#define _TOOLS_LINUX_EXPORT_H_
|
|
|
|
#define EXPORT_SYMBOL(sym)
|
|
#define EXPORT_SYMBOL_GPL(sym)
|
|
|
|
#endif
|