projects
/
apple
/
xnu.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
xnu-7195.101.1.tar.gz
[apple/xnu.git]
/
pexpert
/
arm
/
pe_bootargs.c
1
/*
2
* Copyright (c) 2000-2007 Apple Inc. All rights reserved.
3
*/
4
#include <pexpert/pexpert.h>
5
#include <pexpert/boot.h>
6
7
char
*
8
PE_boot_args
(
9
void
)
10
{
11
return
(
char
*)((
boot_args
*)
PE_state
.
bootArgs
)->
CommandLine
;
12
}