blob: 4bd11b85096ebefd2ba26632dca57f58e80df06d [file] [log] [blame]
/*
* Copyright (c) 2018 Christian Taedcke, Diego Sueiro
*
* SPDX-License-Identifier: Apache-2.0
*/
/**
* @file
* @brief Board configuration macros for the efm32wg soc
*
*/
#ifndef _SOC__H_
#define _SOC__H_
#include <sys/util.h>
#ifndef _ASMLANGUAGE
#include <em_common.h>
#include <device.h>
#include "soc_pinmap.h"
#include "../common/soc_gpio.h"
#endif /* !_ASMLANGUAGE */
#endif /* _SOC__H_ */