blob: 3ba8bb84ec4549597e96a6382cfcd6f12d746be1 [file] [log] [blame]
/*
* Copyright (c) 2021, ATL Electronics
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file SoC configuration header for the GD32F403 SoC series.
*/
#ifndef _SOC__H_
#define _SOC__H_
#include <sys/util.h>
#ifndef _ASMLANGUAGE
#include <gd32f403.h>
#endif /* !_ASMLANGUAGE */
#endif /* _SOC__H_ */