We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36466ec commit a22ea1eCopy full SHA for a22ea1e
USBToolBox/USBToolBox.cpp
@@ -273,9 +273,6 @@ OSObject* USBToolBox::fixMapForTahoe(OSObject* object) {
273
return portsCopy;
274
}
275
276
-extern const int version_major;
277
-
278
279
void USBToolBox::mergeProperties(IORegistryEntry* instance) {
280
const OSSymbol* portsSymbol = OSSymbol::withCString("ports");
281
USBToolBox/USBToolBox.hpp
@@ -34,6 +34,9 @@
34
#define DEBUGLOGPROV(format, args...)
35
#endif
36
37
+// Kernel major
38
+extern const int version_major;
39
+
40
41
class USBToolBox : public IOService {
42
OSDeclareDefaultStructors(USBToolBox)
0 commit comments