HOME


Mini Shell 1.0
DIR: /usr/src/linux-headers-6.8.0-45/arch/m68k/include/asm/
Upload File :
Current File : //usr/src/linux-headers-6.8.0-45/arch/m68k/include/asm/pgtable.h
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef __M68K_PGTABLE_H
#define __M68K_PGTABLE_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 */