aboutsummaryrefslogtreecommitdiffstats
path: root/include/gos/gos.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gos/gos.h')
-rw-r--r--include/gos/gos.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/gos/gos.h b/include/gos/gos.h
index cf143ded..8e7840e3 100644
--- a/include/gos/gos.h
+++ b/include/gos/gos.h
@@ -360,7 +360,7 @@
*
* @api
*/
- semcount_t gfxSemCounter(gfxSem *pSem);
+ semcount_t gfxSemCounter(gfxSem *psem);
/**
* @brief Get the current semaphore count
@@ -371,7 +371,7 @@
* @iclass
* @api
*/
- semcount_t gfxSemCounterI(gfxSem *pSem);
+ semcount_t gfxSemCounterI(gfxSem *psem);
/**
* @brief Start a new thread.