blob: 2a32faea9db597b1fe9f5d12f2e78e72ee8a7983 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* 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)
|