Files
gk-sdk/source/bootloader/u-boot-2020.01/include/linux/lotus/cycle.h
T

12 lines
223 B
C
Executable File

/*
* Copyright (c) LOTUS. All rights reserved.
*/
#ifndef CYCLE_H
#define CYCLE_H
#include <common.h>
int getcycledata(unsigned long src, unsigned long src_bak, unsigned int src_len,
unsigned long dst);
#endif