c05564c4d8
Android 13
14 lines
240 B
C
Executable file
14 lines
240 B
C
Executable file
/* 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_ */
|