nf7/iface/env.hh
2023-07-23 21:23:47 +09:00

13 lines
239 B
C++

// No copyright
#pragma once
#include "iface/common/container.hh"
#include "iface/subsys/interface.hh"
namespace nf7 {
using Env = Container<subsys::Interface>;
using SimpleEnv = SimpleContainer<subsys::Interface>;
} // namespace nf7