Sign in
gem5
/
arm
/
linux-arm64-legacy
/
353f8d1cd5b8540c1591f00a5cbd3aeca699cfcf
/
.
/
arch
/
um
/
include
/
syscall.h
blob: dda1df901a0835333096407ddfbcda33d6dfb8ba [
file
]
/*
* Copyright (C) 2002 Jeff Dike (jdike@karaya.com)
* Licensed under the GPL
*/
#ifndef
__SYSCALL_USER_H
#define
__SYSCALL_USER_H
extern
int
record_syscall_start
(
int
syscall
);
extern
void
record_syscall_end
(
int
index
,
long
result
);
#endif