qaic_ras.h 251 B

12345678910
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /* Copyright (c) 2020, The Linux Foundation. All rights reserved. */
  3. #ifndef __QAIC_RAS_H__
  4. #define __QAIC_RAS_H__
  5. int qaic_ras_register(void);
  6. void qaic_ras_unregister(void);
  7. #endif /* __QAIC_RAS_H__ */