11 lines
349 B
Plaintext
11 lines
349 B
Plaintext
%%%===================================================================
|
|
%%% Simple code template.
|
|
%%%===================================================================
|
|
{code, [
|
|
<<"struct proc *p;">>,
|
|
<<"struct process *pr;">>,
|
|
<<"struct pdevinit *pdev;">>,
|
|
<<"extern struct pdevinit pdevinit[];">>,
|
|
<<"extern void disk_init(void);">>,
|
|
]}.
|