Newer
Older
minerva / Kernel / API / BeepInstruction.h
@minerva minerva on 13 Jul 217 bytes Initial commit
/*
 * Copyright (c) 2023, Liav A. <liavalb@hotmail.co.il>
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */

#pragma once

#include <AK/Types.h>

struct BeepInstruction {
    u16 tone;
    u16 milliseconds_duration;
};