aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/intel/i82801jx/i82801jx.h
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2017-04-12 00:10:38 +0200
committerMartin Roth <martinroth@google.com>2017-07-23 20:34:11 +0000
commit41114650d0aa508f5629f32b1d78683eae2974ce (patch)
tree98646bb27ada639043385fb8234da432ba2865cc /src/southbridge/intel/i82801jx/i82801jx.h
parente5dcaf12693daf56fde73fbf9af5ee1bd5e10883 (diff)
sb/intel/i82801jx: Add function to detect s3 resume
File copied from i82801gx. Change-Id: I107087b6448f18b6a5ae21c2ae0392c057dd23b2 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/19252 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/southbridge/intel/i82801jx/i82801jx.h')
-rw-r--r--src/southbridge/intel/i82801jx/i82801jx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/southbridge/intel/i82801jx/i82801jx.h b/src/southbridge/intel/i82801jx/i82801jx.h
index 1c765a3d9c..9dddd2e922 100644
--- a/src/southbridge/intel/i82801jx/i82801jx.h
+++ b/src/southbridge/intel/i82801jx/i82801jx.h
@@ -226,6 +226,7 @@ int smbus_read_byte(unsigned device, unsigned address);
void i82801jx_early_init(void);
void i82801jx_dmi_setup(void);
void i82801jx_dmi_poll_vc1(void);
+int southbridge_detect_s3_resume(void);
#endif
#endif