blob: 1d7df53bd4c06f5e244c95da3b54cc89560e66f4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef _LIBJOVE_ARCH_x86_64_SYSCALL_H
#define _LIBJOVE_ARCH_x86_64_SYSCALL_H 1
#include <stdint.h>
#include <kernel/object.h>
#include <jove/object-path.h>
int _syscall_invoke_mapping_get(KernelObjectPath path, uint16_t pmli, KernelObjectPath destPath);
#endif
|