Link snd_service.c and hw_memory.c

This commit is contained in:
2022-07-26 22:11:36 -07:00
parent 0e20e67870
commit e88f46cb28
12 changed files with 158 additions and 10 deletions

View File

@@ -62,6 +62,10 @@ typedef void* unkptr;
#endif
#endif
#ifndef ATTRIBUTE_ALIGN
#define ATTRIBUTE_ALIGN(num) __attribute__ ((aligned (num)))
#endif
// where should these go?
void srand(int);
int rand();