Annotation of fwmaker/inc/defs.h, revision 1.1.1.1

1.1       misho       1: #ifndef __DEFS_H
                      2: #define __DEFS_H
                      3: 
                      4: 
                      5: struct tagMtd {
                      6:        off_t   mtd_offset;
                      7:        size_t  mtd_size;
                      8:        char    mtd_file[MAXPATHLEN];
                      9: 
                     10:        size_t  mtd_fsiz;
                     11: };
                     12: 
                     13: 
                     14: extern struct tagMtd mtd;
                     15: extern char image[MAXPATHLEN];
                     16: extern int imgfd;
                     17: extern size_t imgsiz;
                     18: 
                     19: 
                     20: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>