c05564c4d8
Android 13
10 lines
166 B
C
Executable file
10 lines
166 B
C
Executable file
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __H8300_TLB_H__
|
|
#define __H8300_TLB_H__
|
|
|
|
#define tlb_flush(tlb) do { } while (0)
|
|
|
|
#include <asm-generic/tlb.h>
|
|
|
|
#endif
|