blob: 164738cb44b46db2d05e65c5e29b3a984df82bb3 [file] [log] [blame]
/*
* Copyright (c) 2011 The Chromium OS Authors. All rights reserved.
* Distributed under the terms of the GNU General Public License v2
*/
#ifndef _SYSCALL_H_
#define _SYSCALL_H_ 1
extern const char *const Syscall[];
extern const int Num_syscalls;
#endif