summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/pavilion_m6_1035dx/ec.h
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-18 19:53:51 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-20 21:33:26 +0200
commita9a366171006aad3b928307c2dfb7b3e7793d4ef (patch)
tree33f4057ac112e7a66ef373f5805b39368e682d3d /src/mainboard/hp/pavilion_m6_1035dx/ec.h
parent46b0951182c07b7bcd86fd2b66ac162d99eee3f3 (diff)
downloadcoreboot-a9a366171006aad3b928307c2dfb7b3e7793d4ef.tar.xz
hp/pavilion_m6_1035dx: Move GEVENT/GPE definitions to common file
These definitions were scattered in a couple of files, and we risk scattering them all over the place. Provide a common file for these definitions. Change-Id: I1fe99e5097cf10a349661f3b2ae2377f5cdd6103 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/5547 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard/hp/pavilion_m6_1035dx/ec.h')
-rw-r--r--src/mainboard/hp/pavilion_m6_1035dx/ec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/hp/pavilion_m6_1035dx/ec.h b/src/mainboard/hp/pavilion_m6_1035dx/ec.h
index 7eb4d06d2f..61ecc060f8 100644
--- a/src/mainboard/hp/pavilion_m6_1035dx/ec.h
+++ b/src/mainboard/hp/pavilion_m6_1035dx/ec.h
@@ -6,8 +6,7 @@
#ifndef _MAINBOARD_HP_PAVILION_M6_1035DX_EC_H
#define _MAINBOARD_HP_PAVILION_M6_1035DX_EC_H
-#define EC_SMI_GEVENT 23
-#define EC_LID_GEVENT 22
+#include "mainboard.h"
#ifndef __SMM__
void pavilion_m6_1035dx_ec_init(void);