···6464 int down;
6565 int left;
6666 int right;
6767-#if (CONFIG_KEYPAD == SANSA_FUZEPLUS_PAD)
6767+6868+ /* These aren't conditional, even if they aren't used (this is to
6969+ * prevent headers and source from having varying defintions of
7070+ * this structure, leading to memory corruption */
6871 int upleft;
6972 int upright;
7073 int downleft;
7174 int downright;
7272-#endif
7375};
74767577typedef void (*AudioCallback)(void *param, uint8_t *stream, int len);