/
githubmirror
/
flashrom
Обзор
Документация
Войти
/
githubmirror
/
flashrom
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
tests/client_tests.h
16 строк
323 B
Anastasia Klimchuk
libflashrom: Add flashrom_create_context to create and init context
10 ноя 2025, 14:02
10 ноя 2025, 14:02
d867ef7
Код
Авторство
О чём код?
/* * This file is part of the flashrom project. * * SPDX-License-Identifier: GPL-2.0-only * SPDX-FileCopyrightText: 2025 Google LLC */ #ifndef CLIENT_TESTS_H #define CLIENT_TESTS_H #include <include/test.h> /* external_client.c */ void flashrom_init_probe_erase_shutdown(void **state); #endif /* CLIENT_TESTS_H */