JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr/* SPDX-License-Identifier: GPL-2.0 */ #ifndef __M68K_PGTABLE_H #define __M68K_PGTABLE_H #ifdef __uClinux__ #include #else #include #endif #ifndef __ASSEMBLY__ extern void paging_init(void); #endif #endif /* __M68K_PGTABLE_H */