Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions include/hsa.h
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ typedef enum {
* @retval ::HSA_STATUS_ERROR_REFCOUNT_OVERFLOW The HSA runtime reference
* count reaches INT32_MAX.
*/
hsa_status_t HSA_API hsa_init();
hsa_status_t HSA_API hsa_init(void);

/**
* @brief Shut down the HSA runtime.
Expand All @@ -328,7 +328,7 @@ hsa_status_t HSA_API hsa_init();
* initialized.
*
*/
hsa_status_t HSA_API hsa_shut_down();
hsa_status_t HSA_API hsa_shut_down(void);

/** @} **/

Expand Down