summaryrefslogblamecommitdiff
path: root/arch/m68k/include/asm/pgtable.h
blob: 49fcfd7348600594d62d5f74d9045414e810e686 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                      


                        

                     
                  
                           
     
                           
      





                              
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __M68K_PGTABLE_H
#define __M68K_PGTABLE_H

#include <asm/page.h>

#ifdef __uClinux__
#include <asm/pgtable_no.h>
#else
#include <asm/pgtable_mm.h>
#endif

#ifndef __ASSEMBLY__
extern void paging_init(void);
#endif

#endif /* __M68K_PGTABLE_H */