X-Git-Url: https://repo.jachan.dev/J-u-boot.git/blobdiff_plain/ac5ba41c2234dd513ed2c879914e964cc05a0135..0d031e046c962ffa94449d398d573c3dec7fb3bd:/include/lmb.h diff --git a/include/lmb.h b/include/lmb.h index 14e8727f066..6b6959fd860 100644 --- a/include/lmb.h +++ b/include/lmb.h @@ -8,10 +8,7 @@ * * Copyright (C) 2001 Peter Bergner, IBM Corp. * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version - * 2 of the License, or (at your option) any later version. + * SPDX-License-Identifier: GPL-2.0+ */ #define MAX_LMB_REGIONS 8 @@ -52,6 +49,10 @@ lmb_size_bytes(struct lmb_region *type, unsigned long region_nr) { return type->region[region_nr].size; } + +void board_lmb_reserve(struct lmb *lmb); +void arch_lmb_reserve(struct lmb *lmb); + #endif /* __KERNEL__ */ #endif /* _LINUX_LMB_H */