blob: 34da96ef486d659d4b47c0ca0bbb35cbc982cfd7 [file]
/*
* Copyright (c) 2019 Synopsys, Inc. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @brief Board configuration macros for HS Development Kit
*
* This header file is used to specify and describe board-level
* aspects for the target.
*/
#ifndef _SOC_H_
#define _SOC_H_
#include <zephyr/sys/util.h>
/* ARC HS Core IRQs */
#define IRQ_ICI 19
#ifndef _ASMLANGUAGE
#include <zephyr/sys/util.h>
#include <zephyr/random/rand32.h>
#endif /* !_ASMLANGUAGE */
#endif /* _SOC_H_ */