Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.4-rc7 13 lines 240 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2#ifndef _MCSAFE_TEST_H_ 3#define _MCSAFE_TEST_H_ 4 5.macro MCSAFE_TEST_CTL 6.endm 7 8.macro MCSAFE_TEST_SRC reg count target 9.endm 10 11.macro MCSAFE_TEST_DST reg count target 12.endm 13#endif /* _MCSAFE_TEST_H_ */