bitfield_desc_t -> struct bitfield_desc

Remove misleading typedef and redundant suffix from struct bitfield_desc.
This commit is contained in:
Zachary T Welch
2009-11-13 08:43:51 -08:00
parent f4e03e3b90
commit de3fb2f3bc
3 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@
#include <string.h>
#include <unistd.h>
bitfield_desc_t armv7a_psr_bitfield_desc[] =
struct bitfield_desc armv7a_psr_bitfield_desc[] =
{
{"M[4:0]", 5},
{"T", 1},