ACPICA - Replace acacess.h with a modified version of the ForgeOS one, no longer...
[tpg/acess2.git] / KernelLand / Kernel / include / modules.h
index d728133..1c56146 100644 (file)
@@ -73,7 +73,7 @@ typedef struct sModule
        struct sModule  *Next;  //!< Next module in list (not to be touched by the driver)
        const char      *Name;  //!< Module Name/Identifier
         int    (*Init)(char **Arguments);      //!< Module initialiser / entrypoint
-       void    (*Deinit)(void);        //!< Cleanup Function
+        int    (*Deinit)(void);        //!< Cleanup Function
        const char      **Dependencies; //!< NULL terminated list of dependencies
 } PACKED tModule;
 

UCC git Repository :: git.ucc.asn.au