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__ */
|