view target-utils/libtiffs/globals.h @ 851:9e54d153eb8c

gsm-fw/serial/uartfax.c: import from leo2moko source
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sun, 26 Apr 2015 01:27:29 +0000
parents 2900fe603f8a
children
line wrap: on
line source

/* global variables for the MPFFS reader code - extern declarations */

extern struct inode *mpffs_active_index;
extern int mpffs_root_ino;
extern int mpffs_init_done;

extern const u32 mpffs_base_addr;
extern const u32 mpffs_sector_size;
extern const int mpffs_nsectors;