1*2d543d20SAndroid Build Coastguard Worker /* 2*2d543d20SAndroid Build Coastguard Worker * Author: Joshua Brindle <[email protected]> 3*2d543d20SAndroid Build Coastguard Worker * Author: Chris PeBenito <[email protected]> 4*2d543d20SAndroid Build Coastguard Worker * 5*2d543d20SAndroid Build Coastguard Worker * Copyright (C) 2006 Tresys Technology, LLC 6*2d543d20SAndroid Build Coastguard Worker * 7*2d543d20SAndroid Build Coastguard Worker * This library is free software; you can redistribute it and/or 8*2d543d20SAndroid Build Coastguard Worker * modify it under the terms of the GNU Lesser General Public 9*2d543d20SAndroid Build Coastguard Worker * License as published by the Free Software Foundation; either 10*2d543d20SAndroid Build Coastguard Worker * version 2.1 of the License, or (at your option) any later version. 11*2d543d20SAndroid Build Coastguard Worker * 12*2d543d20SAndroid Build Coastguard Worker * This library is distributed in the hope that it will be useful, 13*2d543d20SAndroid Build Coastguard Worker * but WITHOUT ANY WARRANTY; without even the implied warranty of 14*2d543d20SAndroid Build Coastguard Worker * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15*2d543d20SAndroid Build Coastguard Worker * Lesser General Public License for more details. 16*2d543d20SAndroid Build Coastguard Worker * 17*2d543d20SAndroid Build Coastguard Worker * You should have received a copy of the GNU Lesser General Public 18*2d543d20SAndroid Build Coastguard Worker * License along with this library; if not, write to the Free Software 19*2d543d20SAndroid Build Coastguard Worker * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA 20*2d543d20SAndroid Build Coastguard Worker */ 21*2d543d20SAndroid Build Coastguard Worker 22*2d543d20SAndroid Build Coastguard Worker #ifndef __TEST_EXPANDER_USER_H__ 23*2d543d20SAndroid Build Coastguard Worker #define __TEST_EXPANDER_USER_H__ 24*2d543d20SAndroid Build Coastguard Worker 25*2d543d20SAndroid Build Coastguard Worker void test_expander_user_mapping(void); 26*2d543d20SAndroid Build Coastguard Worker 27*2d543d20SAndroid Build Coastguard Worker #endif 28