linux/drivers/gpu/drm/i915/i915_tasklet.h

/* SPDX-License-Identifier: MIT */
/*
 * Copyright © 2022 Intel Corporation
 */

#ifndef __I915_TASKLET_H__
#define __I915_TASKLET_H__

#include <linux/interrupt.h>

static inline void tasklet_lock(struct tasklet_struct *t)
{}

static inline bool tasklet_is_locked(const struct tasklet_struct *t)
{}

static inline void __tasklet_disable_sync_once(struct tasklet_struct *t)
{}

static inline bool __tasklet_is_enabled(const struct tasklet_struct *t)
{}

static inline bool __tasklet_enable(struct tasklet_struct *t)
{}

static inline bool __tasklet_is_scheduled(struct tasklet_struct *t)
{}

#endif /* __I915_TASKLET_H__ */