Sign in
zircon-guest
/
third_party
/
linux
/
refs/heads/linux-rolling-lts
/
.
/
drivers
/
accel
/
qaic
/
qaic_ras.h
blob: d44a4eeeb06017ae3b9e06b40348714113d0ef73 [
file
] [
edit
]
/* 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__ */