root/sys/arm/include/sdt_machdep.h
/*-
 * SPDX-License-Identifier: BSD-2-Clause
 *
 * Copyright (c) 2024 Mark Johnston <markj@FreeBSD.org>
 */

#ifndef _SYS_SDT_MACHDEP_H_
#define _SYS_SDT_MACHDEP_H_

#define _SDT_ASM_PATCH_INSTR    "nop"

#endif /* _SYS_SDT_MACHDEP_H_ */