blob: 2e3075bec8043d3d9c84e06552d21c67e8abb1be [file] [log] [blame]
// Copyright 2018 The Fuchsia 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 SRC_UI_LIB_ESCHER_UTIL_SYSTEM_VALUES_H_
#define SRC_UI_LIB_ESCHER_UTIL_SYSTEM_VALUES_H_
// TODO(fxbug.dev/7179): Use correct, architecture-specific approach.
static constexpr size_t ESCHER_CACHE_LINE_SIZE = 64;
#endif // SRC_UI_LIB_ESCHER_UTIL_SYSTEM_VALUES_H_