Ignore:
Timestamp:
2006-10-17T15:19:16Z (18 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
79f30e4f
Parents:
58a6d997
Message:

ppc32: update for new IRQ subsystem (there is still a bug left)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ppc32/include/drivers/cuda.h

    r58a6d997 rf5e39a32  
    3939#include <typedefs.h>
    4040
    41 #define CUDA_IRQ 10
    42 
    43 extern void cuda_init(uintptr_t base, size_t size);
     41extern void cuda_init(devno_t devno, uintptr_t base, size_t size);
    4442extern int cuda_get_scancode(void);
    4543extern void cuda_grab(void);
Note: See TracChangeset for help on using the changeset viewer.