Happy new year! File "posix.txt" recomends the use of POSIX interface functions. Should I follow the recomendation?. Are those functions equivalent to these?. By the way, thanks to Phil Wilshire for his installation guides. I didn't intend to be hard!. [EMAIL PROTECTED] escribió: > On Thu, Dec 23, 1999 at 03:32:00PM +0100, Peter Wurmsdobler wrote: > > extern int rtl_request_global_irq( unsigned int irq, > > unsigned int (*handler)(unsigned int, struct pt_regs *) ); > > extern void rtl_hard_enable_irq( unsigned int irq ); > > extern void rtl_hard_disable_irq( unsigned int irq ); > > extern int pthread_create( pthread_t *thread, pthread_attr_t *attr, > > void *(*start_routine)(void *), void *arg ); > > extern int rtl_pthread_delete( pthread_t thread ); > > extern int rtl_pthread_suspend( pthread_t thread ); > > extern int rtl_pthread_wakeup( pthread_t thread ); > > extern int rtl_pthread_wait( void); > > extern int rtl_pthread_make_periodic( pthread_t p, > > hrtime_t start_time, hrtime_t period ); > > extern int rtl_fifo_create_handler( unsigned int fifo, > > int (*handler)(unsigned int fifo) ); > > extern int rtl_fifo_create( unsigned int fifo, int size ); > > extern int rtl_fifo_destroy( unsigned int fifo ); > > extern int rtl_shm_allocate( const char *name,unsigned int size, void > > **shm ); > > extern int rtl_shm_deallocate( void * shm ); > > I think this is a good minimal list. > > --- [rtl] --- > To unsubscribe: > echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR > echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] > ---- > For more information on Real-Time Linux see: > http://www.rtlinux.org/~rtlinux/ --- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] ---- For more information on Real-Time Linux see: http://www.rtlinux.org/~rtlinux/