mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Follow coding conventions
Remove explicit struct qualifiers and rename structure types. Signed-off-by: Paul Brook <paul@codesourcery.com>
This commit is contained in:
parent
d4ec522882
commit
bc24a225af
56 changed files with 864 additions and 862 deletions
|
@ -37,7 +37,7 @@
|
|||
|
||||
struct nand_state_t
|
||||
{
|
||||
struct nand_flash_s *nand;
|
||||
NANDFlashState *nand;
|
||||
unsigned int rdy:1;
|
||||
unsigned int ale:1;
|
||||
unsigned int cle:1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue