blob: a6015b0f60f38765c971afddf7da9143dfb4f1c8 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Simon Glassc34c0242014-02-27 13:26:18 -07002/*
3 * Copyright (c) 2013 Google, Inc
Simon Glassc34c0242014-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