aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-exynos/include/mach/p10-input.h
blob: 47d96d76644a2cec14f2d06aa2ea3d1059a5480e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
 *  arch/arm/mach-exynos/include/mach/p10-input.h
 *
 * Copyright (c) 2012 Samsung Electronics Co., Ltd.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 as
 * published by the Free Software Foundation.
 */

#ifndef __P10_INPUT_H
#define __P10_INPUT_H __FILE__

void p10_tsp_init(void);
void p10_key_init(void);

#endif