mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-24 09:36:44 +07:00
Uncompressed rknpu-driver
This commit is contained in:
18
rknpu-driver/driver-0.9.6/include/rknpu_reset.h
Normal file
18
rknpu-driver/driver-0.9.6/include/rknpu_reset.h
Normal file
@@ -0,0 +1,18 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Copyright (C) Rockchip Electronics Co.Ltd
|
||||
* Author: Felix Zeng <felix.zeng@rock-chips.com>
|
||||
*/
|
||||
|
||||
#ifndef __LINUX_RKNPU_RESET_H
|
||||
#define __LINUX_RKNPU_RESET_H
|
||||
|
||||
#include <linux/reset.h>
|
||||
|
||||
#include "rknpu_drv.h"
|
||||
|
||||
int rknpu_reset_get(struct rknpu_device *rknpu_dev);
|
||||
|
||||
int rknpu_soft_reset(struct rknpu_device *rknpu_dev);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user