summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2019-03-07 14:23:37 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2019-03-07 14:23:37 +0100
commit5c126a1d540cc1cc3985c14dfd45fa5b5024b15b (patch)
treef67b99ff9a7001fd6e1d8a11e5c6748a208deea6 /include
parentba8dccda5bd5a1d7ca0fc70612f9bfc06110312d (diff)
parentec1ab412ee0fc4eb433394878db3c444e86e95c1 (diff)
downloadbarebox-5c126a1d540cc1cc3985c14dfd45fa5b5024b15b.tar.gz
barebox-5c126a1d540cc1cc3985c14dfd45fa5b5024b15b.tar.xz
Merge branch 'for-next/efi'
Diffstat (limited to 'include')
-rw-r--r--include/efi.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/efi.h b/include/efi.h
index 7cc5fe05fa..218333f824 100644
--- a/include/efi.h
+++ b/include/efi.h
@@ -234,7 +234,10 @@ typedef struct {
efi_status_t (EFIAPI *exit_boot_services)(efi_handle_t, unsigned long);
void *get_next_monotonic_count;
efi_status_t (EFIAPI *stall)(unsigned long usecs);
- void *set_watchdog_timer;
+ efi_status_t (EFIAPI *set_watchdog_timer)(unsigned long timeout,
+ uint64_t watchdog_code,
+ unsigned long data_size,
+ s16 *watchdog_data);
efi_status_t(EFIAPI *connect_controller)(efi_handle_t controller_handle,
efi_handle_t *driver_image_handle,
struct efi_device_path *remaining_device_path,