Changeset 1569a9b in mainline for uspace/drv/platform
- Timestamp:
- 2017-12-24T16:40:33Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 48fd597
- Parents:
- a1026da
- git-author:
- Jiří Zárevúcky <zarevucky.jiri@…> (2017-12-24 16:40:33)
- git-committer:
- GitHub <noreply@…> (2017-12-24 16:40:33)
- Location:
- uspace/drv/platform
- Files:
- 
      - 2 edited
 
 - 
          
  msim/msim.c (modified) (1 diff)
- 
          
  sun4v/sun4v.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/drv/platform/msim/msim.cra1026da r1569a9b 156 156 /* Nothing to do. */ 157 157 158 return true;158 return EOK; 159 159 } 160 160 
- 
      uspace/drv/platform/sun4v/sun4v.cra1026da r1569a9b 116 116 static int sun4v_enable_interrupt(ddf_fun_t *fun, int irq) 117 117 { 118 return true;118 return EOK; 119 119 } 120 120 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
