Made the load_driver_symbols() prototype equivalent to the KernelExport.h

header (where Philippe added it again temporarily).


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2688 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2003-02-11 19:34:12 +00:00
parent 6f7be67a0f
commit 7acdf0be55
1 changed files with 2 additions and 2 deletions

View File

@ -195,8 +195,8 @@ error:
/* This is no longer part of the public kernel API, so we just export the symbol */
int load_driver_symbols(const char *driver_name);
int
status_t load_driver_symbols(const char *driver_name);
status_t
load_driver_symbols(const char *driver_name)
{
// This will be globally done for the whole kernel via the settings file.