/* SPDX-License-Identifier: GPL-2.0-only */ /* * tca6416 keypad platform support * * Copyright (C) 2010 Texas Instruments * * Author: Sriramakrishnan <[email protected]> */ #ifndef _TCA6416_KEYS_H #define _TCA6416_KEYS_H #include <linux/types.h> struct tca6416_button { … }; struct tca6416_keys_platform_data { … }; #endif