From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Thu, 8 Apr 2021 10:59:31 +0800 Subject: [PATCH 11/17] x86: Add function comments to cb_sysinfo.h In-Reply-To: <20210407043228.2268429-10-sjg@chromium.org> References: <20210407043228.2268429-1-sjg@chromium.org> <20210407043228.2268429-10-sjg@chromium.org> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Apr 7, 2021 at 12:33 PM Simon Glass wrote: > > Add a function comment for get_coreboot_info() and a declaration for > cb_get_sysinfo(), since this may be called from elsewhere. > > Signed-off-by: Simon Glass > --- > > arch/x86/include/asm/cb_sysinfo.h | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > Reviewed-by: Bin Meng