blob: a65cb02f84c8d4824b319718942f3b71d7d2fae4 [file] [log] [blame]
Jamie Ilesaf756552011-07-25 17:36:42 +01001/*
2 * Copyright (c) 2011 Picochip Ltd., Jamie Iles
3 *
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License version 2 as
6 * published by the Free Software Foundation.
7 *
8 * All enquiries to support@picochip.com
9 */
10#ifndef __PICOXCELL_COMMON_H__
11#define __PICOXCELL_COMMON_H__
12
13#include <asm/mach/time.h>
14
Dinh Nguyencfda5902012-07-11 15:13:16 -050015extern struct sys_timer dw_apb_timer;
Jamie Ilesaf756552011-07-25 17:36:42 +010016
17#endif /* __PICOXCELL_COMMON_H__ */