exynos-linux-stable/include/linux/exynos-ss-soc.h
FAROVITUS 2b92eefa41 import G965FXXU7DTAA OSRC
*First release for Android (Q).

Signed-off-by: FAROVITUS <farovitus@gmail.com>
2020-02-04 13:50:09 +02:00

27 lines
706 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
/* 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)
struct exynos_ss_ops {
int (*pd_status)(unsigned int id);
};
extern struct exynos_ss_ops ess_ops;
#endif