mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-08 19:11:53 +00:00
Code cleanup.
This commit is contained in:
parent
bea8e84b52
commit
efe2a4d5cf
37 changed files with 1850 additions and 1808 deletions
|
@ -23,12 +23,10 @@
|
|||
#ifndef _universe_h
|
||||
#define _universe_h
|
||||
|
||||
|
||||
typedef struct _UNIVERSE UNIVERSE;
|
||||
typedef struct _SLAVE_IMAGE SLAVE_IMAGE;
|
||||
typedef struct _TDMA_CMD_PACKET TDMA_CMD_PACKET;
|
||||
|
||||
|
||||
struct _SLAVE_IMAGE {
|
||||
unsigned int ctl; /* Control */
|
||||
unsigned int bs; /* Base */
|
||||
|
@ -148,10 +146,3 @@ struct _TDMA_CMD_PACKET {
|
|||
#define PCI_MS_Mxx 0x03
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue