mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-01 07:42:18 +00:00
d2ebfd0519
Screw the description like that inbred T3Q
14 lines
219 B
C
14 lines
219 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2019 Intel Corporation
|
|
*/
|
|
|
|
#ifndef SELFTEST_LLC_H
|
|
#define SELFTEST_LLC_H
|
|
|
|
struct intel_llc;
|
|
|
|
int st_llc_verify(struct intel_llc *llc);
|
|
|
|
#endif /* SELFTEST_LLC_H */
|