Export an array of static syscall infos generated by gensyscalls.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11340 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -9,6 +9,15 @@
|
|||||||
#include <SupportDefs.h>
|
#include <SupportDefs.h>
|
||||||
|
|
||||||
|
|
||||||
|
typedef struct {
|
||||||
|
void *function; // pointer to the syscall function
|
||||||
|
int parameter_size; // summed up parameter size
|
||||||
|
} syscall_info;
|
||||||
|
|
||||||
|
extern const int kSyscallCount;
|
||||||
|
extern const syscall_info kSyscallInfos[];
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user