comparison modules/bluespec/Pygar/core/AudioCoreSystem.h @ 22:0cfbb1e2de22 pygar svn.23

[svn r23] whoohoo! it Compiles (note with commented out stuff)
author punk
date Wed, 28 Apr 2010 00:40:15 -0400
parents 6d461680c6d9
children a15cc186e07d
comparison
equal deleted inserted replaced
21:cffe0829ce14 22:0cfbb1e2de22
21 #include <pthread.h> 21 #include <pthread.h>
22 #include <semaphore.h> 22 #include <semaphore.h>
23 23
24 #include "asim/provides/virtual_platform.h" 24 #include "asim/provides/virtual_platform.h"
25 25
26 #include "asim/rrr/client_stub_AUDIOCORERRRSYSTEM.h" 26 #include "asim/rrr/client_stub_AUDIOCORERRR.h"
27 27
28 typedef enum { 28 typedef enum {
29 EndOfFile = 0, 29 EndOfFile = 0,
30 Data = 1 30 Data = 1
31 } AudioProcessorControl; 31 } AudioProcessorControl;