| // 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_ |