L4Re Operating System Framework
Interface and Usage Documentation
•All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
syscall_defs.h
Go to the documentation of this file.
1
5/*
6 * (c) 2010 Adam Lackorzynski <adam@os.inf.tu-dresden.de>
7 * economic rights: Technische Universität Dresden (Germany)
8 *
9 * License: see LICENSE.spdx (in this directory or the directories above)
10 */
11#ifndef __L4SYS__ARCH_ARM__L4API_L4F__SYSCALL_DEFS_H__
12#define __L4SYS__ARCH_ARM__L4API_L4F__SYSCALL_DEFS_H__
13
14#define L4_SYSCALL_INVOKE (0)
15#define L4_SYSCALL_MEM_OP (1)
16
17#endif /* __L4SYS__ARCH_ARM__L4API_L4F__SYSCALL_DEFS_H__ */