xref: /linux/drivers/gpu/drm/panthor/panthor_hw.h (revision f1f2a22b8683d7ac38821d4508d4549a2f0c0a0a)
1 /* SPDX-License-Identifier: GPL-2.0 or MIT */
2 /* Copyright 2025 ARM Limited. All rights reserved. */
3 
4 #ifndef __PANTHOR_HW_H__
5 #define __PANTHOR_HW_H__
6 
7 struct panthor_device;
8 
9 int panthor_hw_init(struct panthor_device *ptdev);
10 
11 #endif /* __PANTHOR_HW_H__ */
12