/* SPDX-License-Identifier: GPL-2.0 or MIT */ /* Copyright 2025 ARM Limited. All rights reserved. */ #ifndef __PANTHOR_HW_H__ #define __PANTHOR_HW_H__ struct panthor_device; int panthor_hw_init(struct panthor_device *ptdev); #endif /* __PANTHOR_HW_H__ */