summaryrefslogtreecommitdiffstats
path: root/discover/boot.h
blob: 1dc5767b083d50a03fa899fe1a8cf56ddb24e473 (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 discover_boot_option *opt, struct boot_command *cmd,
		int dry_run);

#endif /* _BOOT_H */
OpenPOWER on IntegriCloud