We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3008178 commit fcf22a9Copy full SHA for fcf22a9
Documentation/core-api/symbol-namespaces.rst
@@ -78,11 +78,10 @@ as this argument has preference over a default symbol namespace.
78
A second option to define the default namespace is directly in the compilation
79
unit as preprocessor statement. The above example would then read::
80
81
- #undef DEFAULT_SYMBOL_NAMESPACE
82
#define DEFAULT_SYMBOL_NAMESPACE "USB_COMMON"
83
84
-within the corresponding compilation unit before any EXPORT_SYMBOL macro is
85
-used.
+within the corresponding compilation unit before the #include for
+<linux/export.h>. Typically it's placed before the first #include statement.
86
87
3. How to use Symbols exported in Namespaces
88
============================================
0 commit comments