nt9856x/BSP/u-boot/arch/arm/include/asm/nvt-common/nvt_dfu.h
2023-03-28 15:07:53 +08:00

20 lines
557 B
C
Executable File

/**
NVT common header file
Define DFU functions
@file nvt_DFU.h
@ingroup
@note
Copyright Novatek Microelectronics Corp. 2016. All rights reserved.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as
published by the Free Software Foundation.
*/
#ifndef __ARCH_COMMON_NVT_DFU_H__
#define __ARCH_COMMON_NVT_DFU_H__
#include <asm/io.h>
void set_dfu_alt_info(char *interface, char *devstr);
#endif /* __ARCH_COMMON_NVT_DFU_H__ */