1
0
mirror of https://review.coreboot.org/flashrom.git synced 2025-09-30 16:24:56 +02:00

Rename cli_classic.h to a more adequate cli_getop.h

The header only defines getop related stuff so it seems more intuitive
this way.
Also, use SPDX to reduce header comment sizes.

Change-Id: I5986828f3bdec583af6f7b02cbe1a9c45ed2000f
Signed-off-by: Antonio Vázquez Blanco <antoniovazquezblanco@gmail.com>
This commit is contained in:
Antonio Vázquez Blanco
2024-11-03 20:15:10 +01:00
parent 521c85cc7b
commit f7ce8c0f97
3 changed files with 19 additions and 37 deletions

View File

@@ -24,7 +24,7 @@
#include <string.h>
#include <stdbool.h>
#include <stdlib.h>
#include <cli_classic.h>
#include "cli_getopt.h"
#include "flash.h"
#include "flashchips.h"
#include "fmap.h"