cxgb4/l2t: Mark expected switch fall-through
[linux/fpc-iii.git] / arch / um / include / shared / timer-internal.h
blob03e6f217f807e3202ae21ea183565964857255bc
1 /*
2 * Copyright (C) 2012 - 2014 Cisco Systems
3 * Copyright (C) 2000 - 2007 Jeff Dike (jdike@{addtoit,linux.intel}.com)
4 * Licensed under the GPL
5 */
7 #ifndef __TIMER_INTERNAL_H__
8 #define __TIMER_INTERNAL_H__
10 #define TIMER_MULTIPLIER 256
11 #define TIMER_MIN_DELTA 500
13 #endif