blob: fb63ce0e62a146afc91dc1efe27852a53e4c01ba [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(https://fxbug.dev/42151179): Use correct, architecture-specific approach.
static constexpr size_t ESCHER_CACHE_LINE_SIZE = 64;
#endif // SRC_UI_LIB_ESCHER_UTIL_SYSTEM_VALUES_H_