1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#include <linux/types.h>
typedef struct ref_tracker *intel_wakeref_t;
#define INTEL_WAKEREF_DEF ERR_PTR(-ENOENT)
/* SPDX-License-Identifier: MIT */
/*
* Copyright © 2023 Intel Corporation
*/
#include <linux/types.h>
typedef struct ref_tracker *intel_wakeref_t;
#define INTEL_WAKEREF_DEF ERR_PTR(-ENOENT)