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-only */
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  2) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  3) #ifndef __IP27_COMMON_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  4) #define __IP27_COMMON_H
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  5) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  6) extern nasid_t master_nasid;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  7) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  8) extern void cpu_node_probe(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300  9) extern void hub_rt_clock_event_init(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) extern void hub_rtc_init(nasid_t nasid);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11) extern void install_cpu_nmi_handler(int slice);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) extern void install_ipi(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 13) extern void ip27_reboot_setup(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 14) extern const struct plat_smp_ops ip27_smp_ops;
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 15) extern unsigned long node_getfirstfree(nasid_t nasid);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 16) extern void per_cpu_init(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 17) extern void replicate_kernel_text(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 18) extern void setup_replication_mask(void);
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 19) 
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 20) #endif /* __IP27_COMMON_H */