mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
14 lines
240 B
C
14 lines
240 B
C
![]() |
/* SPDX-License-Identifier: GPL-2.0 */
|
||
|
#ifndef _MCSAFE_TEST_H_
|
||
|
#define _MCSAFE_TEST_H_
|
||
|
|
||
|
.macro MCSAFE_TEST_CTL
|
||
|
.endm
|
||
|
|
||
|
.macro MCSAFE_TEST_SRC reg count target
|
||
|
.endm
|
||
|
|
||
|
.macro MCSAFE_TEST_DST reg count target
|
||
|
.endm
|
||
|
#endif /* _MCSAFE_TEST_H_ */
|