prom_args
struct prom_args args;
struct prom_args args;
extern int enter_prom(struct prom_args *args, unsigned long entry);
static inline int enter_prom(struct prom_args *args, unsigned long entry)
return ((int (*)(struct prom_args *))entry)(args);
struct prom_args args;
struct prom_args args;