Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/accel/qaic/sahara.h
26428 views
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
12