blob: 2baee0ebfeaa41cd69306a6a3970e72e7bab717c [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.
#ifndef LIBHWSEC_OVERALLS_OVERALLS_API_H_
#define LIBHWSEC_OVERALLS_OVERALLS_API_H_
#include "libhwsec/hwsec_export.h"
#include "libhwsec/overalls/overalls.h"
namespace hwsec {
namespace overalls {
// Returns the singleton of |Overalls| instance.
HWSEC_EXPORT Overalls* GetOveralls();
} // namespace overalls
} // namespace hwsec
#endif // LIBHWSEC_OVERALLS_OVERALLS_API_H_