xref: /linux/drivers/accel/qaic/sahara.h (revision 5315052d3c6fa7d2d6a8795276bf89c8c2a6f600)
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