Rev 3779 | Rev 3929 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3779 | Rev 3878 | ||
---|---|---|---|
Line 24... | Line 24... | ||
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
24 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
25 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
26 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
27 | */ |
27 | */ |
28 | 28 | ||
29 | /** @addtogroup amd64 |
29 | /** @addtogroup amd64 |
30 | * @{ |
30 | * @{ |
31 | */ |
31 | */ |
32 | /** @file |
32 | /** @file |
33 | */ |
33 | */ |
34 | 34 | ||
Line 57... | Line 57... | ||
57 | typedef uint64_t unative_t; |
57 | typedef uint64_t unative_t; |
58 | typedef int64_t native_t; |
58 | typedef int64_t native_t; |
59 | 59 | ||
60 | typedef uintptr_t ioport_t; |
60 | typedef uintptr_t ioport_t; |
61 | 61 | ||
- | 62 | typedef struct { |
|
- | 63 | } fncptr_t; |
|
- | 64 | ||
62 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
65 | /**< Formats for uintptr_t, size_t, count_t and index_t */ |
63 | #define PRIp "llx" |
66 | #define PRIp "llx" |
64 | #define PRIs "llu" |
67 | #define PRIs "llu" |
65 | #define PRIc "llu" |
68 | #define PRIc "llu" |
66 | #define PRIi "llu" |
69 | #define PRIi "llu" |