blob: 35bcb6d254b384c68a926da34cb77f6e8f01e336 [file] [log] [blame]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef BOOTSPLASH_UTILS_H_
#define BOOTSPLASH_UTILS_H_
namespace utils {
bool IsHiResDisplay();
int GetMaxBootSplashFrameNumber(bool feature_simon_enabled);
} // namespace utils
#endif // BOOTSPLASH_UTILS_H_