repo.or.cz
/
freebsd
/
src.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mtw(4) remove misplaced DEBUG_FLAGS
[freebsd/src.git]
/
sys
/
powerpc
/
include
/
sdt_machdep.h
blob
8f6c3d88ea7d7783597ff23ddb25c2da67cfede5
1
/*-
2
* SPDX-License-Identifier: BSD-2-Clause
3
*
4
* Copyright (c) 2024 Mark Johnston <markj@FreeBSD.org>
5
*/
6
7
#ifndef _SYS_SDT_MACHDEP_H_
8
#define _SYS_SDT_MACHDEP_H_
9
10
#define _SDT_ASM_PATCH_INSTR
"nop"
11
12
#endif