panthor_drv.h 206 B

123456789
  1. /* SPDX-License-Identifier: GPL-2.0 or MIT */
  2. /* Copyright 2025 Amazon.com, Inc. or its affiliates */
  3. #ifndef __PANTHOR_DRV_H__
  4. #define __PANTHOR_DRV_H__
  5. extern bool panthor_transparent_hugepage;
  6. #endif