14 lines
245 B
C
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__ */
|