Changeset 153 for sbliveos2/trunk/include/linux
- Timestamp:
- Jul 23, 2000, 6:21:57 PM (25 years ago)
- Location:
- sbliveos2/trunk/include/linux
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
sbliveos2/trunk/include/linux/mm.h
r142 r153 7 7 #include <linux/errno.h> 8 8 #include <asm/page.h> 9 #include <asm/atomic.h> 9 10 10 11 /* -
sbliveos2/trunk/include/linux/poll.h
r142 r153 8 8 #include <asm/uaccess.h> 9 9 #include <linux/wait.h> 10 #include <linux/fs.h> 10 11 11 12 #ifdef __KERNEL__ -
sbliveos2/trunk/include/linux/slab.h
r142 r153 46 46 #endif /* __KERNEL__ */ 47 47 48 extern void *kmalloc( size_t, int);48 extern void *kmalloc(int, int); 49 49 extern void kfree(const void *); 50 extern void kfree_s(const void *, size_t);50 extern void kfree_s(const void *, int); 51 51 52 52 #endif /* _LINUX_SLAB_H */ -
sbliveos2/trunk/include/linux/soundcard.h
r142 r153 828 828 #define SOUND_MIXER_READ_LINE2 MIXER_READ(SOUND_MIXER_LINE2) 829 829 #define SOUND_MIXER_READ_LINE3 MIXER_READ(SOUND_MIXER_LINE3) 830 #define SOUND_MIXER_READ_VIDEO MIXER_READ(SOUND_MIXER_VIDEO) 830 831 831 832 /* Obsolete macros */ … … 858 859 #define SOUND_MIXER_WRITE_LINE2 MIXER_WRITE(SOUND_MIXER_LINE2) 859 860 #define SOUND_MIXER_WRITE_LINE3 MIXER_WRITE(SOUND_MIXER_LINE3) 861 #define SOUND_MIXER_WRITE_VIDEO MIXER_WRITE(SOUND_MIXER_VIDEO) 860 862 861 863 /* Obsolete macros */ -
sbliveos2/trunk/include/linux/types.h
r142 r153 72 72 typedef unsigned long ulong; 73 73 74 typedef unsigned long dma_addr_t; 75 74 76 #ifndef __BIT_TYPES_DEFINED__ 75 77 #define __BIT_TYPES_DEFINED__
Note:
See TracChangeset
for help on using the changeset viewer.