Path: blob/master/arch/arm/mach-mxs/include/mach/timex.h
10820 views
/*1* Copyright (C) 1999 ARM Limited2* Copyright 2004-2007 Freescale Semiconductor, Inc. All Rights Reserved.3*4* This program is free software; you can redistribute it and/or modify5* it under the terms of the GNU General Public License as published by6* the Free Software Foundation; either version 2 of the License, or7* (at your option) any later version.8*9* This program is distributed in the hope that it will be useful,10* but WITHOUT ANY WARRANTY; without even the implied warranty of11* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the12* GNU General Public License for more details.13*/1415#ifndef __MACH_MXS_TIMEX_H__16#define __MACH_MXS_TIMEX_H__1718#define CLOCK_TICK_RATE 32000 /* 32K */1920#endif /* __MACH_MXS_TIMEX_H__ */212223