Orange Pi5 kernel

Deprecated Linux kernel 5.10.110 for OrangePi 5/5B/5+ boards

3 Commits   0 Branches   0 Tags
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  1) /* SPDX-License-Identifier: GPL-2.0 */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) #ifndef _ASM_PARISC_MODULE_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) #define _ASM_PARISC_MODULE_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) #include <asm-generic/module.h>
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) /*
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8)  * This file contains the parisc architecture specific module code.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9)  */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) struct unwind_table;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) struct mod_arch_specific
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) 	unsigned long got_offset, got_count, got_max;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) 	unsigned long fdesc_offset, fdesc_count, fdesc_max;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) 	struct {
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) 		unsigned long stub_offset;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 		unsigned int stub_entries;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) 		} *section;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 21) 	int unwind_section;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 22) 	struct unwind_table *unwind;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 23) };
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 24) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 25) #endif /* _ASM_PARISC_MODULE_H */