blob: d84c5fb9654c0c15d3111734f66d0b50e16ac24e [file] [log] [blame]
Patrick Georgi2efc8802012-11-06 11:03:53 +01001/*
2 * This file is part of the coreboot project.
3 *
4 * Copyright (C) 2012 secunet Security Networks AG
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; version 2 of the License.
9 *
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
Patrick Georgi2efc8802012-11-06 11:03:53 +010014 */
15
16#ifndef __NORTHBRIDGE_INTEL_GM45_DELAY_H__
Edward O'Callaghan089a5102015-01-06 02:48:57 +110017#define __NORTHBRIDGE_INTEL_GM45_DELAY_H__
Patrick Georgi2efc8802012-11-06 11:03:53 +010018
19#include <delay.h>
20
21void ns100delay(u32);
22void udelay_from_reset(u32);
23
Edward O'Callaghan089a5102015-01-06 02:48:57 +110024#endif /* __NORTHBRIDGE_INTEL_GM45_DELAY_H__ */