summaryrefslogtreecommitdiff
path: root/core/minute-ia/mpu.c
blob: d91d71f99c8c918f7bdce7ea8229b6ff0d1258df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* Copyright 2013 The ChromiumOS Authors
 * 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;
}