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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user