summaryrefslogtreecommitdiff
path: root/chip/npcx/lfw/ec_lfw.h
blob: 88c0a9ed83888269c4e46f8e8f167205d81f980e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* Copyright 2014 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 *
 * NPCX5M5G SoC little FW used by booter
 */

#ifndef __CROS_EC_EC_LFW_H
#define __CROS_EC_EC_LFW_H

/* Begin address for the .iram section; defined in linker script */
extern unsigned int __iram_fw_start;
/* End address for the .iram section; defined in linker script */
extern unsigned int __iram_fw_end;
/* Begin address for the iram codes; defined in linker script */
extern unsigned int __flash_fw_start;

#endif /* __CROS_EC_EC_LFW_H */