rockbox/firmware
Thomas Martitz 774bacc692 Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter.
Fixing it because correcting the event api prototypes causes many warnings.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@23301 a1c6a512-1295-4272-9138-f99709370657
2009-10-20 21:54:44 +00:00
..
common Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_time, instead of comparing them directly. 2009-10-18 15:50:30 +00:00
decompressor
drivers Use strlcpy instead of a memset&strcpy combo. Guarantees \0-terminaltion and gives a 1-3% speed up. 2009-10-20 00:09:16 +00:00
export Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter. 2009-10-20 21:54:44 +00:00
include Make the database tool buildable from configure. 2009-10-07 16:54:15 +00:00
target D2: Remove the hardcoded driver-level touchscreen calibration, since it's done at apps level as well now. 2009-10-20 20:57:26 +00:00
test
usbstack iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default for now. 2009-10-20 06:37:07 +00:00
arabjoin.c
arabjoin.h
ata_idle_notify.c Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter. 2009-10-20 21:54:44 +00:00
backlight-sw-fading.c
backlight.c
bidi.c
buffer.c
COPYING
debug.c
eeprom_settings.c
enc_base.c
events.c Correct wrong usage of event callbacks all over the place. It's not supposed to return anything, and should take a data parameter. 2009-10-20 21:54:44 +00:00
firmware.make
font.c
font_cache.c
general.c
hangul.c
hotswap.c
ifp_usb_serial.c
kernel.c Use wrap-safe TIME_BEFORE/TIME_AFTER macros to compare times with current_time, instead of comparing them directly. 2009-10-18 15:50:30 +00:00
logf.c A new implementation of logf, logfdisplay and logfdump. 2009-08-21 22:54:23 +00:00
lru.c
mp3_playback.c
panic.c
pcm.c
pcm_sampr.c
powermgmt.c Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nano 2G shutdown code rework (FS#10668) 2009-10-09 20:36:09 +00:00
profile.c
README
rolo.c Make RoLo work on PP5002. * Rename CACHE_CTL flag values on PP5002 for consistency. 2009-10-19 21:38:52 +00:00
rom.lds
screendump.c
scroll_engine.c Const police raid\! 2009-09-04 16:04:02 +00:00
sound.c
SOURCES iPod Nano 2G USB support based on the S3C6400X datasheet. Disabled by default for now. 2009-10-20 06:37:07 +00:00
storage.c Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nano 2G shutdown code rework (FS#10668) 2009-10-09 20:36:09 +00:00
system.c
thread.c "Implement" S5L8701 core_sleep 2009-10-10 22:02:22 +00:00
timer.c
tuner.c FS#9824: Fix FM channel spacing for Europe 2009-09-24 22:05:07 +00:00
usb.c Fix red 2009-10-20 07:21:08 +00:00

See docs/README