blob: a6015b0f60f38765c971afddf7da9143dfb4f1c8 [file] [log] [blame]
Tom Rini10e47792018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glass279fc162014-02-27 13:26:18 -07002/*
3 * Copyright (c) 2013 Google, Inc
Simon Glass279fc162014-02-27 13:26:18 -07004 */
5
6#ifndef __SANDBOX_SOUND_H
7#define __SANDBOX_SOUND_H
8
9int sound_play(unsigned int msec, unsigned int frequency);
10
11int sound_init(const void *blob);
12
13#endif