24 lines
631 B
C
24 lines
631 B
C
/*
|
|
* Exynos-SnapShot for Samsung's SoC's.
|
|
*
|
|
* Copyright (c) 2013 Samsung Electronics Co., Ltd.
|
|
* http://www.samsung.com
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License as published by
|
|
* the Free Software Foundation; either version 2 of the License, or
|
|
* (at your option) any later version.
|
|
*/
|
|
|
|
#ifndef EXYNOS_SNAPSHOT_SOC_H
|
|
#define EXYNOS_SNAPSHOT_SOC_H
|
|
#include <soc/samsung/cal-if.h>
|
|
|
|
/* SoC Dependent Header */
|
|
#define ESS_REG_MCT_ADDR (0)
|
|
#define ESS_REG_MCT_SIZE (0)
|
|
#define ESS_REG_UART_ADDR (0)
|
|
#define ESS_REG_UART_SIZE (0)
|
|
|
|
#endif
|