// Copyright 2018 yuzu emulator team// Licensed under GPLv2 or any later version// Refer to the license.txt file included.#pragma once#include"core/hle/service/spl/module.h"namespaceService::SPL {class CSRNG final :public Module::Interface {public:explicitCSRNG(std::shared_ptr<Module> module);};}// namespace Service::SPL