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