blob: 5bc947934fb53c6602f323557fcd26f631ac74fb [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 LIBMEMS_COMMON_TYPES_H_
#define LIBMEMS_COMMON_TYPES_H_
namespace libmems {
constexpr int kErrorBufferSize = 256;
} // namespace libmems
#endif // LIBMEMS_COMMON_TYPES_H_