1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-09-27 23:04:56 +02:00

Split usbvev declarations to a separate header.

This is a simple refactor that aims to simplify maintenance and to clarify file dependency inside the project.
Currently, most of the declarations reside in programmer.h making it difficult to really understand file dependency.

Change-Id: I9d819ea1c5bd51289d02189c1dff367ce6d25617
Signed-off-by: Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
This commit is contained in:
Antonio Vázquez Blanco
2024-11-03 18:18:43 +01:00
parent 521c85cc7b
commit 8aaa07aa11
6 changed files with 34 additions and 11 deletions

View File

@@ -26,6 +26,7 @@
#include "flash.h"
#include "programmer.h"
#include "spi.h"
#include "usbdev.h"
#include <libusb.h>
#include <limits.h>