X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=include%2Flists.h;h=10a2a192735a14e0e34914882c7e7b7b2cac6e84;hb=95d449ad4de79dd32b1705b8a4d3550f1e9081e3;hp=b42a2fae1ca744f089dfd255b26a48d8de88ed07;hpb=1d0350ed0b1b0f63e3fb5db6b19397b84a2ea1c7;p=u-boot diff --git a/include/lists.h b/include/lists.h index b42a2fae1c..10a2a19273 100644 --- a/include/lists.h +++ b/include/lists.h @@ -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 {