mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
git-svn-id: svn://localhost/ardour2/branches/3.0@4998 d708f5d6-7413-0410-9779-e7cbd77b26cf
8 lines
158 B
C
8 lines
158 B
C
#ifndef __pbd_malign_h__
|
|
#define __pbd_malign_h__
|
|
|
|
#include <stdlib.h>
|
|
|
|
int cache_aligned_malloc (void** memptr, size_t size);
|
|
|
|
#endif /* __pbd_malign_h__ */
|