mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-12 00:51:57 +00:00
This avoids asm files from having to explicitly define the _ASMLANGUAGE symbol themselves. Change-Id: I71f5a169f75d7443a58a0365a41c55b20dae3029 Signed-off-by: Benjamin Walsh <walsh.benj@gmail.com>
13 lines
184 B
ArmAsm
13 lines
184 B
ArmAsm
/*
|
|
* Copyright (c) 2016 Intel Corporation
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
#include <arch/cpu.h>
|
|
#include <kernel_structs.h>
|
|
#include <offsets_short.h>
|
|
|
|
GTEXT(__start)
|
|
|