forked from len0rd/rockbox
remove align_buffer from firmare/general.c, replacing with ALIGN_BUFFER macro, and replace all uses of it (only resize.c in core, and pictureflow and mpegplayer plugins), remove it from plugin_api,
and remove wrapper for it from plugin.h git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19758 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
c0d9084d6a
commit
2fbf09752d
12 changed files with 23 additions and 59 deletions
|
|
@ -39,15 +39,6 @@ bool action_userabort(int timeout)
|
|||
\return
|
||||
\description
|
||||
|
||||
size_t align_buffer(void **start, size_t size, size_t align)
|
||||
\group kernel/ system
|
||||
\conditions (CONFIG_CODEC == SWCODEC)
|
||||
\param start
|
||||
\param size
|
||||
\param align
|
||||
\return
|
||||
\description
|
||||
|
||||
const char *appsversion
|
||||
\return version of the plugin API
|
||||
\description
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue