X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=include%2Fbloblist.h;h=609ac421d668368f58771b5de54f486d83bd4031;hb=4fe050e65f61cc5e7734aee0637a18ac16b10061;hp=8c9ce98a3b68bdc1958d007db63936dcda36909a;hpb=5b044548f5ae3e5f7cfbd4a6399f0695b4fb709b;p=oweals%2Fu-boot.git diff --git a/include/bloblist.h b/include/bloblist.h index 8c9ce98a3b..609ac421d6 100644 --- a/include/bloblist.h +++ b/include/bloblist.h @@ -183,7 +183,8 @@ int bloblist_new(ulong addr, uint size, uint flags); * @return 0 if OK, -ENOENT if the magic number doesn't match (indicating that * there problem is no bloblist at the given address), -EPROTONOSUPPORT * if the version does not match, -EIO if the checksum does not match, - * -EFBIG if the expected size does not match the detected size + * -EFBIG if the expected size does not match the detected size, -ENOSPC + * if the size is not large enough to hold the headers */ int bloblist_check(ulong addr, uint size);