am 6c3e26ad: am 64cb7e36: am 0c1379e4: Merge "Fix Clang warning since KernelArgumentBlock is actually a class."
* commit '6c3e26ad3492fa4c0858d519e9bd11eb793c63b3': Fix Clang warning since KernelArgumentBlock is actually a class.
This commit is contained in:
commit
a1edbd89f4
@ -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