summaryrefslogtreecommitdiff
path: root/core/minute-ia/mpu.c
blob: 389668ea6f21432ed05905ef774b2db266979fd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2013 The Chromium OS Authors. All rights reserved.
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

/* MPU module for ISH */

#include "mpu.h"
#include "console.h"
#include "registers.h"
#include "task.h"
#include "util.h"

int mpu_pre_init(void)
{
	return EC_SUCCESS;
}