comparison packages/devs/wallclock/sh3/current/src/wallclock_sh3.cxx @ 94:4642a6d35749 ecos-sw-2000-06-02

Merge from eCos master repository on 2000-06-02-07:47:04-BST
author jlarmour
date Fri, 02 Jun 2000 17:35:00 +0000
parents 2085233a121a
children b939e9cada46
comparison
equal deleted inserted replaced
93:8c2901fd1dc1 94:4642a6d35749
41 //========================================================================== 41 //==========================================================================
42 42
43 #include <pkgconf/kernel.h> // Kernel config 43 #include <pkgconf/kernel.h> // Kernel config
44 #include <pkgconf/wallclock.h> // Wallclock device config 44 #include <pkgconf/wallclock.h> // Wallclock device config
45 45
46 #include <cyg/hal/hal_io.h> // IO macros
46 #include <cyg/infra/cyg_type.h> // Common type definitions and support 47 #include <cyg/infra/cyg_type.h> // Common type definitions and support
47 48
48 #define __CYGBLD_DRIVER_PRIVATE
49 #include <cyg/io/wallclock.hxx> // The WallClock API 49 #include <cyg/io/wallclock.hxx> // The WallClock API
50 #include <cyg/io/wallclock/wallclock.inl> // Helpers
50 51
51 #include <cyg/hal/sh_regs.h> // RTC register definitions 52 #include <cyg/hal/sh_regs.h> // RTC register definitions
52
53 #include <cyg/hal/hal_io.h> // IO macros
54 53
55 #include <cyg/infra/diag.h> // For debugging 54 #include <cyg/infra/diag.h> // For debugging
56 55
57 56
58 57