blob: e1a5a5c7627360faad3f6f2c5335c76313761263 [file] [log] [blame]
// Copyright 2019 The Chromium OS Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "libhwsec/overalls/overalls_api.h"
#include "libhwsec/overalls/overalls_singleton.h"
namespace hwsec {
namespace overalls {
Overalls* GetOveralls() {
return OverallsSingleton::GetInstance();
}
} // namespace overalls
} // namespace hwsec