summaryrefslogblamecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_user.h
blob: 7f3c124f6c6be8659094acda32a8a6cf53d04817 (plain) (tree)
1
2
3
4
5
6
7
8
9







                                            
                        


                                                 
                                                                              
                         

  
                           
// 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/nfp/nfp.h"

namespace Service::NFP {

class NFP_User final : public Module::Interface {
public:
    explicit NFP_User(std::shared_ptr<Module> module_, Core::System& system_);
    ~NFP_User() override;
};

} // namespace Service::NFP