/
githubmirror
/
flashrom
Обзор
Документация
Войти
/
githubmirror
/
flashrom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/io_real.h
16 строк
404 B
Anastasia Klimchuk
tests: Use SPDX in headers
11 окт 2025, 09:02
11 окт 2025, 09:02
7d6a243
Код
Авторство
О чём код?
/* * This file is part of the flashrom project. * * SPDX-License-Identifier: GPL-2.0-only * SPDX-FileCopyrightText: 2022 Google LLC */ #ifndef IO_REAL_H #define IO_REAL_H /* Detect file io that should not be mocked, for example code coverage writing * gcda files. Call io_mock_register with functions that defer to real io. */ void maybe_unmock_io(const char* pathname); #endif /* IO_REAL_H */