JustOS/linux-6.13/drivers/accel/ivpu/ivpu_sysfs.h
justuser 02e73b8cd9 up
2025-01-24 17:00:19 +03:00

14 lines
245 B
C

/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (C) 2024 Intel Corporation
*/
#ifndef __IVPU_SYSFS_H__
#define __IVPU_SYSFS_H__
#include "ivpu_drv.h"
void ivpu_sysfs_init(struct ivpu_device *vdev);
#endif /* __IVPU_SYSFS_H__ */