1/*! 2\file Beep.h 3\brief Functions to generate sounds from the computer. 4*/ 5 6/*! 7\addtogroup support_globals 8@{ 9*/ 10 11/*! 12\fn status_t beep() 13\brief TODO: Not implemented nor documented. 14 15From Beep.h and in libbe.so. 16*/ 17 18/*! 19\fn status_t system_beep(const char* eventName) 20\brief TODO: Not implemented nor documented. 21 22From Beep.h and in libbe.so. 23*/ 24 25/*! 26\fn status_t add_system_beep_event(const char* eventName, uint32 flags = 0) 27\brief TODO: Not implemented nor documented. 28 29From Beep.h and in libbe.so. 30*/ 31 32//! @}