blob: b600f176b71864e4b2e1da5766c76ece76951320 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
#ifndef BL_S105_H
#define BL_S105_H
extern unsigned long bl_s105_termination;
extern unsigned long bl_s105_start;
extern unsigned long bl_s105_finish;
extern unsigned long bl_s105_length;
extern unsigned char bl_s105[];
#endif /* BL_S105_H */
|