* s/_DEF_/_/g
* Value is not const and of unknown type.
This commit is contained in:
parent
9e37394e49
commit
44f81a5625
|
@ -28,18 +28,18 @@
|
||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* @(#)$Id: symbols.h,v 1.4 2007/01/24 16:13:49 adamdunkels Exp $
|
* @(#)$Id: symbols.h,v 1.5 2007/01/30 18:04:59 bg- Exp $
|
||||||
*/
|
*/
|
||||||
#ifndef __SYMBOLS_DEF_H__
|
#ifndef __SYMBOLS_H__
|
||||||
#define __SYMBOLS_DEF_H__
|
#define __SYMBOLS_H__
|
||||||
|
|
||||||
struct symbols {
|
struct symbols {
|
||||||
const char *name;
|
const char *name;
|
||||||
const char *value;
|
void *value;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern const int symbols_nelts;
|
extern const int symbols_nelts;
|
||||||
|
|
||||||
extern const struct symbols symbols[];
|
extern const struct symbols symbols[/* symbols_nelts */];
|
||||||
|
|
||||||
#endif /* __SYMBOLS_DEF_H__ */
|
#endif /* __SYMBOLS_H__ */
|
||||||
|
|
Loading…
Reference in a new issue