Changeset a2e4889 in mainline
- Timestamp:
- 2012-03-30T08:21:19Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c9f703b
- Parents:
- b8d5f2b
- Location:
- uspace
- Files:
- 
      - 2 edited
 
 - 
          
  Makefile (modified) (1 diff)
- 
          
  drv/time/rtc.c (modified) (2 diffs)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/Makefilerb8d5f2b ra2e4889 125 125 drv/nic/ne2k \ 126 126 drv/nic/e1k \ 127 drv/nic/rtl8139 127 drv/nic/rtl8139 \ 128 drv/time 128 129 129 130 ifeq ($(CONFIG_PCC),y) 
- 
      uspace/drv/time/rtc.crb8d5f2b ra2e4889 39 39 #include <stdio.h> 40 40 #include <ddf/driver.h> 41 #include <ddf/log.h> 41 42 42 43 #define NAME "RTC" … … 46 47 static driver_t rtc_driver = { 47 48 .name = NAME, 48 .driver_ops = NULL ;49 .driver_ops = NULL, 49 50 }; 50 51 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
