X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/7b8a1bcad75628f9add4590db2bb9b8e418ee8eb..refs/heads/nov/intr-tree:/lunaix-os/hal/gfxa/gfxm.c diff --git a/lunaix-os/hal/gfxa/gfxm.c b/lunaix-os/hal/gfxa/gfxm.c index 27d1531..a58e88c 100644 --- a/lunaix-os/hal/gfxa/gfxm.c +++ b/lunaix-os/hal/gfxa/gfxm.c @@ -13,7 +13,7 @@ DECLARE_HASHTABLE(gfxa_idset, 8); struct device_cat* gfxa_devcat = NULL; static int id = 0; -static struct devclass gfxa_class = DEVCLASS(DEV_BUILTIN, DEVFN_DISP, DEV_GFXA); +static struct devclass gfxa_class = DEVCLASS(GENERIC, DISP, GFXA); static int __gfxa_cmd_router(struct device* dev, u32_t req, va_list args)