mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-04-17 17:29:03 +02:00
Put port-specific test configuration in atomport-tests.h. Rename atomuser.h to atomport.h. Non-exported port header renamed to atomport-private.h.
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
#define __ATOM_H
|
||||
|
||||
#include "atomtimer.h"
|
||||
#include "atomuser.h"
|
||||
#include "atomport.h"
|
||||
|
||||
/* Data types */
|
||||
|
||||
|
||||
@@ -146,7 +146,6 @@
|
||||
|
||||
#include <stddef.h>
|
||||
#include "atom.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Global data */
|
||||
|
||||
@@ -105,7 +105,6 @@
|
||||
#include "atom.h"
|
||||
#include "atommutex.h"
|
||||
#include "atomtimer.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Local data types */
|
||||
|
||||
@@ -97,7 +97,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomqueue.h"
|
||||
#include "atomtimer.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Local data types */
|
||||
|
||||
@@ -92,7 +92,6 @@
|
||||
#include "atom.h"
|
||||
#include "atomsem.h"
|
||||
#include "atomtimer.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Local data types */
|
||||
|
||||
@@ -69,7 +69,6 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include "atom.h"
|
||||
#include "atomuser.h"
|
||||
|
||||
|
||||
/* Data types */
|
||||
|
||||
@@ -30,7 +30,8 @@
|
||||
#ifndef __ATOM_TIMER_H
|
||||
#define __ATOM_TIMER_H
|
||||
|
||||
#include "atomuser.h"
|
||||
#include "atomport.h"
|
||||
|
||||
|
||||
/* Callback function prototype */
|
||||
typedef void ( * TIMER_CB_FUNC ) ( POINTER cb_data ) ;
|
||||
|
||||
Reference in New Issue
Block a user