summaryrefslogtreecommitdiffstats
path: root/tools/cpu/nios2/devices.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/cpu/nios2/devices.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/cpu/nios2/devices.h b/tools/cpu/nios2/devices.h
index 11164c5245..5e62ea2c00 100644
--- a/tools/cpu/nios2/devices.h
+++ b/tools/cpu/nios2/devices.h
@@ -14,7 +14,7 @@
#include "ptf.h"
#include "bridges.h"
-typedef struct dev_descr
+typedef struct dev_descr
{
int slaves;
char *cfgname;
@@ -24,9 +24,9 @@ typedef struct dev_descr
device_desc;
device_desc *find_devices(
- struct ptf *ptf,
- struct ptf *cfg,
- struct ptf *cpu,
+ struct ptf *ptf,
+ struct ptf *cfg,
+ struct ptf *cpu,
bus_bridge_pair *bridges);
#endif