CloverBootloader/rEFIt_UEFI/Platform/StartupSound.h
2020-04-04 15:27:02 +03:00

16 lines
227 B
C

/*
* StartupSound.h
*
* Created on: 4 Apr 2020
* Author: jief
*/
#ifndef PLATFORM_STARTUPSOUND_H_
#define PLATFORM_STARTUPSOUND_H_
extern EFI_AUDIO_IO_PROTOCOL *AudioIo;
#endif /* PLATFORM_STARTUPSOUND_H_ */