mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
mapi: Move mapi_func typedef to entry.h.
Make it clear that entry.h does not depend on stub.h.
This commit is contained in:
parent
a33e9f049d
commit
a91a337a7d
4 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,8 @@
|
|||
#define _ENTRY_H_
|
||||
|
||||
#include "u_compiler.h"
|
||||
#include "stub.h"
|
||||
|
||||
typedef void (*mapi_func)(void);
|
||||
|
||||
void
|
||||
entry_patch_public(void);
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
#ifndef _STUB_H_
|
||||
#define _STUB_H_
|
||||
|
||||
typedef void (*mapi_func)(void);
|
||||
#include "entry.h"
|
||||
|
||||
struct mapi_stub;
|
||||
|
||||
|
|
|
|||
|
|
@ -29,7 +29,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "stub.h"
|
||||
#include "table.h"
|
||||
|
||||
static void
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
#define _TABLE_H_
|
||||
|
||||
#include "u_compiler.h"
|
||||
#include "stub.h"
|
||||
#include "entry.h"
|
||||
|
||||
#define MAPI_TMP_TABLE
|
||||
#include "mapi_tmp.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue