mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-18 12:30:31 +00:00
11 lines
251 B
C
11 lines
251 B
C
![]() |
/* 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__ */
|