Fix Clang warning since KernelArgumentBlock is actually a class.

Change-Id: Id72868d80feffbbc5f7d1e43beaed5d4e4d95f52
This commit is contained in:
Stephen Hines 2013-10-08 00:05:44 -07:00
parent d2b6b5f2db
commit 99f0e1a329

View File

@ -29,7 +29,7 @@
#ifndef LINKER_ENVIRON_H
#define LINKER_ENVIRON_H
struct KernelArgumentBlock;
class KernelArgumentBlock;
// Call this function before any of the other functions in this header file.
extern void linker_env_init(KernelArgumentBlock& args);