xref: /linux/drivers/gpu/drm/panfrost/panfrost_drv.h (revision c17ee635fd3a482b2ad2bf5e269755c2eae5f25e)
1 /* SPDX-License-Identifier: GPL-2.0 or MIT */
2 /* Copyright 2025 Amazon.com, Inc. or its affiliates */
3 
4 #ifndef __PANFROST_DRV_H__
5 #define __PANFROST_DRV_H__
6 
7 extern bool panfrost_transparent_hugepage;
8 
9 #endif
10