]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOCatalogue.h
xnu-517.3.15.tar.gz
[apple/xnu.git] / iokit / IOKit / IOCatalogue.h
index 7905d86db15ffd7935d6856a3d6ec41bf90af549..2475a03375c8a03ee183ca4865b596bb39ba3564 100644 (file)
@@ -205,6 +205,7 @@ public:
      */
     virtual bool serialize(OSSerialize * s) const;
 
+    bool serializeData(IOOptionBits kind, OSSerialize * s) const;
 
     /*!
         @function recordStartupExtensions
@@ -249,8 +250,6 @@ private:
         @param moduleName An OSString containing the name of the module to unload.
      */
     IOReturn unloadModule( OSString * moduleName ) const;
-
-
 };
 
 __BEGIN_DECLS