#ifndef __QUESTAPP_FUSE_LOCATION_H
#define __QUESTAPP_FUSE_LOCATION_H

#include "msmhwiobase.h"
#include "cpr_fuses_hwio.h"
/* The fuse address get from xbl */
//from ./core/api/systemdrivers/hwio/lahaina/phys/msmhwiobase.h
//copy from nhlos/boot_images/boot/QcomPkg/SocPkg/Lahaina/Library/CPRTargetLib/target/8350/hwio/cpr_fuses_hwio.h

/* Define for HWIO_QFPROM_RAW_OEM_SPARE_29_ROW0_LSB_ADDR */
/*
 *--------------------------------------------------------------
 * bit Information
 *--------------------------------------------------------------
 *|  15|  14|  13|  12|  11|  10|  9 |  8 |     |  7 |  6 |  5 |  4 |  3 |  2 |  1 |  0 |
 * -------------------------------------------------------------
 *|              N/A            |   EM    |                    N/A                 | WB |
 * -------------------------------------------------------------
 *|  31|  30|  29|  28|  27|  26|  25|  24|     |  23|  22|  21|  20|  19|  18|  17|  16|
 *|                                        N/A                                          |
 *
 */

#define QUEST_OEM_SPARE_REGION HWIO_QFPROM_RAW_OEM_SPARE_29_ROW0_LSB_ADDR

#endif