Sign in
linux
/
linux
/
kernel
/
git
/
torvalds
/
linux.git
/
79525b51acc1c8e331ab47eb131a99f5370a76c2
/
.
/
drivers
/
accel
/
qaic
/
qaic_ras.h
blob: d44a4eeeb06017ae3b9e06b40348714113d0ef73 [
file
] [
log
] [
blame
]
/* SPDX-License-Identifier: GPL-2.0-only */
/* Copyright (c) 2020, The Linux Foundation. All rights reserved. */
#ifndef
__QAIC_RAS_H__
#define
__QAIC_RAS_H__
int
qaic_ras_register
(
void
);
void
qaic_ras_unregister
(
void
);
#endif
/* __QAIC_RAS_H__ */