mb/google/poppy: Drop superfluous devices from devicetree
[coreboot.git] / src / include / romstage_handoff.h
blobd0e30b49ccfcb1b35976e3faaf381fb52cc39451
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 #ifndef ROMSTAGE_HANDOFF_H
3 #define ROMSTAGE_HANDOFF_H
5 /* Returns 0 if initialized. Else < 0 if handoff structure not added. */
6 int romstage_handoff_init(int is_s3_resume);
8 /* Return 1 if resuming or 0 if not. */
9 int romstage_handoff_is_resume(void);
11 #endif /* ROMSTAGE_HANDOFF_H */