]> git.sur5r.net Git - u-boot/blobdiff - include/lists.h
Avoid initrd and logbuffer area overlaps
[u-boot] / include / lists.h
index b42a2fae1ca744f089dfd255b26a48d8de88ed07..10a2a192735a14e0e34914882c7e7b7b2cac6e84 100644 (file)
@@ -1,9 +1,9 @@
 #ifndef _LISTS_H_
 #define _LISTS_H_
 
-#define LIST_START     -1      /* Handy Constants that substitute for item positions */
-#define LIST_END       0       /* END_OF_LIST means one past current length of list when */
-                                /* inserting. Otherwise it refers the last item in the list. */
+#define LIST_START     -1      /* Handy Constants that substitute for item positions */
+#define LIST_END       0       /* END_OF_LIST means one past current length of list when */
+                               /* inserting. Otherwise it refers the last item in the list. */
 
 typedef struct
     {