blob: 19ff81b6b511b5980c0c9bf94d205e0edb846faf [file] [log] [blame]
/*
* Copyright 2011 The Native Client Authors. All rights reserved.
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef NATIVE_CLIENT_TESTS_MINNACL_MINIMAL_TEST_SYSCALLS_H_
#define NATIVE_CLIENT_TESTS_MINNACL_MINIMAL_TEST_SYSCALLS_H_
/* This test syscall prints a test message and returns. */
#define TEST_SYSCALL_INVOKE 2
/* This test syscall prints a test message and exits. */
#define TEST_SYSCALL_EXIT 3
#endif