12 lines
218 B
C
12 lines
218 B
C
|
/*
|
||
|
* config.h
|
||
|
* by Aurora Wright
|
||
|
* Copyright (c) 2016 All Rights Reserved
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#include "types.h"
|
||
|
|
||
|
void configureCFW(const char *configPath);
|
||
|
void deleteFirms(const char *firmPaths[], u32 firms);
|