huangcm
2025-07-01 2af87f2bbd5ba07d377b5a7f0ee0e96053f2d424
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/*
*********************************************************************************************************
*                                                AR100 SYSTEM
*                                     AR100 Software System Develop Kits
*                                                daemon module
*
*                                    (c) Copyright 2012-2016, Sunny China
*                                             All Rights Reserved
*
* File    : daemon_i.h
* By      : Sunny
* Version : v1.0
* Date    : 2012-5-13
* Descript: daemon module internal header.
* Update  : date                auther      ver     notes
*           2012-5-13 15:09:44  Sunny       1.0     Create this file.
*********************************************************************************************************
*/
 
#ifndef __DAEMON_I_H__
#define __DAEMON_I_H__
 
#include "include.h"
 
/* cpus jtag debug enable */
#define CPUS_JTAG_DEBUG_EN              (0)
 
#define DAEMON_ONCE_TICKS               (500)
 
#endif /* __DAEMON_I_H__ */