Subversion Repositories Kolibri OS

Rev

Rev 5141 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5141 Rev 5190
Line 468... Line 468...
468
    __asm__ __volatile__(
468
    __asm__ __volatile__(
469
    "int $0x40"
469
    "int $0x40"
470
    ::"a"(73),"b"(0),"c"(&bc.dstx));
470
    ::"a"(73),"b"(0),"c"(&bc.dstx));
471
};
471
};
Line -... Line 472...
-
 
472
 
-
 
473
void* load_library(const char *name);
-
 
474
 
-
 
475
void* get_proc_address(void *handle, const char *proc_name);
-
 
476
 
-
 
477
void enumerate_libraries(int (*callback)(void *handle, const char* name,
-
 
478
                                         uint32_t base, uint32_t size, void *user_data),
-
 
479
                         void *user_data);
472
 
480
 
473
#ifdef __cplusplus
481
#ifdef __cplusplus
474
}
482
}