ivpu_sysfs.h 245 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (C) 2024 Intel Corporation
  4. */
  5. #ifndef __IVPU_SYSFS_H__
  6. #define __IVPU_SYSFS_H__
  7. #include "ivpu_drv.h"
  8. void ivpu_sysfs_init(struct ivpu_device *vdev);
  9. #endif /* __IVPU_SYSFS_H__ */