Linux Audio

Check our new training course

Loading...
Note: File does not exist in v3.1.
 1/*
 2 * SPDX-License-Identifier: MIT
 3 *
 4 * Copyright © 2019 Intel Corporation
 5 */
 6
 7#ifndef INTEL_LLC_H
 8#define INTEL_LLC_H
 9
10struct intel_llc;
11
12void intel_llc_enable(struct intel_llc *llc);
13void intel_llc_disable(struct intel_llc *llc);
14
15#endif /* INTEL_LLC_H */