Dmitry V. Levin
92e347b556
We do our best to keep copyright headers up to date, yet git history provides better information on this subject and is more accurate than copyright headers.
16 lines
323 B
C
16 lines
323 B
C
/*
|
|
* Copyright (c) 2018 Dmitry V. Levin <ldv@altlinux.org>
|
|
* All rights reserved.
|
|
*
|
|
* SPDX-License-Identifier: LGPL-2.1-or-later
|
|
*/
|
|
|
|
/* Architecture-specific definitions. */
|
|
#ifndef STRACE_ARCH_DEFS_H
|
|
#define STRACE_ARCH_DEFS_H
|
|
|
|
#include "arch_defs_.h"
|
|
#include "linux/arch_defs_.h"
|
|
|
|
#endif /* !STRACE_ARCH_DEFS_H */
|