• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#include <arch.h>
8#include <asm_macros.S>
9
10	.globl	plat_get_my_entrypoint
11
12func plat_get_my_entrypoint
13	mov	x0, #0
14	ret
15endfunc plat_get_my_entrypoint
16