summaryrefslogtreecommitdiff
path: root/source/hal/source/platform/mps3/include/platform_drivers.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/source/platform/mps3/include/platform_drivers.h')
-rw-r--r--source/hal/source/platform/mps3/include/platform_drivers.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/hal/source/platform/mps3/include/platform_drivers.h b/source/hal/source/platform/mps3/include/platform_drivers.h
index 8b699d5..de03bcd 100644
--- a/source/hal/source/platform/mps3/include/platform_drivers.h
+++ b/source/hal/source/platform/mps3/include/platform_drivers.h
@@ -38,10 +38,9 @@ int platform_init(void);
void platform_release(void);
/**
- * @brief Sets the platform name.
- * @param[out] name Name of the platform to be set
- * @param[in] size Size of the input buffer
+ * @brief Gets the platform name.
+ * @return Pointer to the name
*/
-void platform_name(char* name, size_t size);
+const char* platform_name(void);
#endif /* PLATFORM_DRIVERS_H */