16 lines
274 B
C
16 lines
274 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2023 Intel Corporation
|
|
*/
|
|
|
|
#include "intel_wakeref.h"
|
|
|
|
#define intel_runtime_pm xe_runtime_pm
|
|
|
|
static inline void disable_rpm_wakeref_asserts(void *rpm)
|
|
{
|
|
}
|
|
|
|
static inline void enable_rpm_wakeref_asserts(void *rpm)
|
|
{
|
|
}
|