Changeset c22e964 in mainline for kernel/arch/amd64
- Timestamp:
 - 2009-03-03T20:28:09Z (17 years ago)
 - Branches:
 - lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
 - Children:
 - 5d8d71e
 - Parents:
 - da581872
 - Location:
 - kernel/arch/amd64/include
 - Files:
 - 
      
- 2 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
kernel/arch/amd64/include/asm.h
rda581872 rc22e964 37 37 38 38 #include <config.h> 39 #include <arch/types.h> 40 #include <typedefs.h> 39 41 40 42 extern void asm_delay_loop(uint32_t t);  - 
      
kernel/arch/amd64/include/types.h
rda581872 rc22e964 58 58 typedef int64_t native_t; 59 59 60 typedef volatile uint8_t ioport8_t;61 typedef volatile uint16_t ioport16_t;62 typedef volatile uint32_t ioport32_t;63 64 60 typedef struct { 65 61 } fncptr_t;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  