8 lines
147 B
C
8 lines
147 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2023 Intel Corporation
|
|
*/
|
|
|
|
#include <linux/types.h>
|
|
|
|
typedef unsigned long intel_wakeref_t;
|