summaryrefslogtreecommitdiffstats
path: root/discover/boot.h
blob: be2ca5752e9e1eeca5c8471fba6651ec09949f5d (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _BOOT_H
#define _BOOT_H

struct boot_option;
struct boot_command;

int boot(void *ctx, struct boot_option *opt, struct boot_command *cmd,
		int dry_run);

#endif /* _BOOT_H */
OpenPOWER on IntegriCloud