Subversion Repositories Projects

Rev

Rev 761 | Rev 783 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 761 Rev 762
Line 16... Line 16...
16
 *   along with this program; if not, write to the                          *
16
 *   along with this program; if not, write to the                          *
17
 *   Free Software Foundation, Inc.,                                        *
17
 *   Free Software Foundation, Inc.,                                        *
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
18
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.              *
19
 ****************************************************************************/
19
 ****************************************************************************/
Line -... Line 20...
-
 
20
 
-
 
21
#ifndef _MK_DATA_STRUCTS_H
-
 
22
#define _MK_DATA_STRUCTS_H
20
 
23
 
21
/* ##########################################################################
24
/* ##########################################################################
22
 * gain some fake arm compat :)
25
 * gain some fake arm compat :)
23
 * ##########################################################################*/
26
 * ##########################################################################*/
24
#define u8 uint8_t
27
#define u8 uint8_t
Line 134... Line 137...
134
#define NC_FLAG_TARGET_REACHED  0x20
137
#define NC_FLAG_TARGET_REACHED  0x20
135
#define NC_FLAG_MANUAL_CONTROL  0x40
138
#define NC_FLAG_MANUAL_CONTROL  0x40
136
#define NC_FLAG_8                               0x80
139
#define NC_FLAG_8                               0x80
Line -... Line 140...
-
 
140