3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-07 23:03:06 +00:00
Brooklyn/drivers/gpu/drm/i915/gt/selftest_rc6.h
2022-04-02 18:12:00 +05:00

13 lines
222 B
C

/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2019 Intel Corporation
*/
#ifndef SELFTEST_RC6_H
#define SELFTEST_RC6_H
int live_rc6_ctx_wa(void *arg);
int live_rc6_manual(void *arg);
#endif /* SELFTEST_RC6_H */