You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
369 B
19 lines
369 B
/* 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
|