Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/drivers/accel/qaic/qaic_ras.h
26428 views
1
/* SPDX-License-Identifier: GPL-2.0-only */
2
/* Copyright (c) 2020, The Linux Foundation. All rights reserved. */
3
4
#ifndef __QAIC_RAS_H__
5
#define __QAIC_RAS_H__
6
7
int qaic_ras_register(void);
8
void qaic_ras_unregister(void);
9
10
#endif /* __QAIC_RAS_H__ */
11
12