blob: bce357695676afe85e3a19854967727c109c5e82 [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(ES-88): Use correct, architecture-specific approach.
static constexpr size_t ESCHER_CACHE_LINE_SIZE = 64;
#endif // SRC_UI_LIB_ESCHER_UTIL_SYSTEM_VALUES_H_