Fix Clang warning since KernelArgumentBlock is actually a class.
Change-Id: Id72868d80feffbbc5f7d1e43beaed5d4e4d95f52
This commit is contained in:
parent
d2b6b5f2db
commit
99f0e1a329
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user