flash: Enable read/write/erase access flash from firmware.
This commit is contained in:
committed by
Jeremy Soller
parent
b4689cb3f1
commit
6f6fc652d5
8
src/board/system76/common/flash/include/flash/entry.h
Normal file
8
src/board/system76/common/flash/include/flash/entry.h
Normal file
@@ -0,0 +1,8 @@
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
#ifndef _FLASH_ENTRY_H
|
||||
#define _FLASH_ENTRY_H
|
||||
|
||||
void flash_entry(uint32_t addr, uint8_t * data, uint32_t length, uint8_t command) __reentrant;
|
||||
|
||||
#endif // _FLASH_ENTRY_H
|
Reference in New Issue
Block a user