xref: /linux/drivers/accel/qaic/sahara.h (revision c532de5a67a70f8533d495f8f2aaa9a0491c3ad0)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 
3 /* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. */
4 
5 #ifndef __SAHARA_H__
6 #define __SAHARA_H__
7 
8 int sahara_register(void);
9 void sahara_unregister(void);
10 #endif /* __SAHARA_H__ */
11