blob: 60eb25962b77cf7315d88d39fc3df56eeb3d03bb [file] [log] [blame]
/*
* cust_info.h
*
* Cust partition information header.
*
* Author : lb
* Date : 2024/2/6 15:15:19
*/
#ifndef _CUST_INFO_H
#define _CUST_INFO_H
#define CUST_INFO_HEADER 0x464F5441
typedef struct {
unsigned int header;
unsigned int band_type; // 1 CN ; 2 : EU
} mbtk_cust_info_t ;
#endif /* _CUST_INFO_H */