1 /* 2 * Copyright 2018, Jérôme Duval, jerome.duval@gmail.com. 3 * Distributed under the terms of the MIT License. 4 */ 5 6 7 #define sCommPageArea sCommPageCompatArea 8 #define sCommPageAddress sCommPageCompatAddress 9 #define sFreeCommPageSpace sFreeCommPageCompatSpace 10 #define sCommPageImage sCommPageCompatImage 11 12 #define allocate_commpage_entry allocate_commpage_compat_entry 13 #define fill_commpage_entry fill_commpage_compat_entry 14 #define get_commpage_image get_commpage_compat_image 15 #define clone_commpage_area clone_commpage_compat_area 16 #define commpage_init commpage_compat_init 17 #define commpage_init_post_cpus commpage_compat_init_post_cpus 18 #define arch_commpage_init arch_commpage_compat_init 19 #define arch_commpage_init_post_cpus arch_commpage_compat_init_post_cpus 20 21 #define ADDRESS_TYPE uint32 22 #define COMMPAGE_COMPAT 23 24 #include "commpage.cpp" 25