1 /* SPDX-License-Identifier: GPL-2.0 */ 1 2 #ifndef __ASM_XTENSA_FLAT_H 3 #define __ASM_XTENSA_FLAT_H 4 5 #include <linux/unaligned.h> 6 7 static inline int flat_get_addr_from_rp(u32 __ 8 u32 *a 9 { 10 *addr = get_unaligned((__force u32 *)r 11 return 0; 12 } 13 static inline int flat_put_addr_at_rp(u32 __us 14 { 15 put_unaligned(addr, (__force u32 *)rp) 16 return 0; 17 } 18 19 #endif /* __ASM_XTENSA_FLAT_H */ 20
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.