xref: /linux/drivers/gpu/drm/panthor/panthor_drv.h (revision dba0bfded433d412506eb674d6af77cdca82e259)
1 /* SPDX-License-Identifier: GPL-2.0 or MIT */
2 /* Copyright 2025 Amazon.com, Inc. or its affiliates */
3 
4 #ifndef __PANTHOR_DRV_H__
5 #define __PANTHOR_DRV_H__
6 
7 #include <linux/types.h>
8 
9 extern bool panthor_transparent_hugepage;
10 
11 #endif
12