blob: d9b6c7bcbc0c40616cd644560e154b52e0e80a1a [file] [log] [blame]
/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */
/*
* Copyright (c) 2019 Amlogic, Inc. All rights reserved.
*/
#ifndef _FRONTEND_H_
#define _FRONTEND_H_
#include <linux/platform_device.h>
int frontend_probe(struct platform_device *pdev);
int frontend_remove(void);
void frontend_config_ts_sid(void);
ssize_t ts_setting_show(struct class *class,
struct class_attribute *attr, char *buf);
ssize_t ts_setting_store(struct class *class,
struct class_attribute *attr,
const char *buf, size_t count);
#endif