12 lines
223 B
C
Executable File
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 |