summaryrefslogtreecommitdiff
path: root/include/soc/imx/fsl_hvc.h
blob: 63e3cc5a3f2ab0f454cab9fb6cc33bab9b3bec80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright 2018 NXP
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __SOC_FSL_HVC_H
#define __SOC_FSL_HVC_H

/* VENDOR HVC 0xC6000000 - 0xC600FFFF */
#define FSL_HVC_SC			0xC6000000

#endif