/* 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)