| * Copyright (c) 2010-2011 Nest Labs, Inc. |
| * Author: Andrea Mucignat <andrea@nestlabs.com> |
| * 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. |
| * This file defines platform-specific data for the Avago |
| * ADBS-A330 optical finger navigation (OFN) sensor. |
| #ifndef __ADBS_A330_INLUDED_H__ |
| #define __ADBS_A330_INLUDED_H__ |
| ADBS_A330_DIRECTION_NEG = -1, |
| ADBS_A330_DIRECTION_POS = 1 |
| struct adbs_a330_platform_data { |
| unsigned int motion_gpio; |
| unsigned int shutdown_gpio; |
| #endif /* __ADBS_A330_INLUDED_H__ */ |