blob: 1bc7ddbad23ed4d7a2eb2fff9c29b762de0934fc (
plain)
1
2
3
4
5
6
7
8
9
|
/* SPDX-License-Identifier: GPL-2.0 or MIT */
/* Copyright 2025 Amazon.com, Inc. or its affiliates */
#ifndef __PANTHOR_DRV_H__
#define __PANTHOR_DRV_H__
extern bool panthor_transparent_hugepage;
#endif
|