/* * Platform data for MAX97236 * * Copyright 2012 Maxim Integrated Products * * 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 __SOUND_MAX97236_PDATA_H__ #define __SOUND_MAX97236_PDATA_H__ /* jack detection and amplifier platform data */ struct max97236_pdata { int irq; }; #endif