summaryrefslogtreecommitdiff
path: root/ao.h
diff options
context:
space:
mode:
Diffstat (limited to 'ao.h')
-rw-r--r--ao.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ao.h b/ao.h
index 5574f30f..39ad9587 100644
--- a/ao.h
+++ b/ao.h
@@ -305,10 +305,10 @@ ao_dma_isr(void) interrupt 8;
*/
void
-ao_mutex_get(__xdata uint8_t *ao_mutex);
+ao_mutex_get(__xdata uint8_t *ao_mutex) __reentrant;
void
-ao_mutex_put(__xdata uint8_t *ao_mutex);
+ao_mutex_put(__xdata uint8_t *ao_mutex) __reentrant;
/*
* ao_ee.c