diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-08 20:04:58 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-08 20:04:58 +0100 |
| commit | 60dd6dc956cbc9db70b5c2ad2996ca5a2b863e61 (patch) | |
| tree | 2897f115d4c8ca59db397e19801883ece3f8c466 /src/libSoundSystem/SoundSystemKit/VirtualMixer.h | |
| parent | 5201ce2c1f1bc69c86223a9bc46e661a565b2739 (diff) | |
[CHORE] Kernel modules updates.kernel-level-tweaks
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/libSoundSystem/SoundSystemKit/VirtualMixer.h')
| -rw-r--r-- | src/libSoundSystem/SoundSystemKit/VirtualMixer.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/libSoundSystem/SoundSystemKit/VirtualMixer.h b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h new file mode 100644 index 00000000..ab705882 --- /dev/null +++ b/src/libSoundSystem/SoundSystemKit/VirtualMixer.h @@ -0,0 +1,13 @@ +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ne-foss-org/nekernel + +#ifndef ASNKIT_SOUNDMIXER_H +#define ASNKIT_SOUNDMIXER_H + +#include <libSystem/SystemKit/System.h> + +namespace ASN {} + +#endif |
